Fossil SCM
corrected % values in default styles(missing second %)
Commit
7d88fac509e487b61ad54718c1d16a33e89a6724
Parent
d1305d0a7af8947…
1 file changed
+4
-4
+4
-4
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -274,11 +274,11 @@ | ||
| 274 | 274 | @ font-weight: bold; |
| 275 | 275 | @ text-align: center; |
| 276 | 276 | @ padding: 0 0 0 1em; |
| 277 | 277 | @ color: #558195; |
| 278 | 278 | @ vertical-align: bottom; |
| 279 | -@ width: 100% ; | |
| 279 | +@ width: 100%%; | |
| 280 | 280 | @ } |
| 281 | 281 | @ |
| 282 | 282 | @ /* The login status message in the top right-hand corner */ |
| 283 | 283 | @ div.status { |
| 284 | 284 | @ display: table-cell; |
| @@ -292,11 +292,11 @@ | ||
| 292 | 292 | @ } |
| 293 | 293 | @ |
| 294 | 294 | @ /* The header across the top of the page */ |
| 295 | 295 | @ div.header { |
| 296 | 296 | @ display: table; |
| 297 | -@ width: 100% ; | |
| 297 | +@ width: 100%%; | |
| 298 | 298 | @ } |
| 299 | 299 | @ |
| 300 | 300 | @ /* The main menu bar that appears at the top of the page beneath |
| 301 | 301 | @ ** the header */ |
| 302 | 302 | @ div.mainmenu { |
| @@ -518,19 +518,19 @@ | ||
| 518 | 518 | @ |
| 519 | 519 | ; |
| 520 | 520 | const char zTableBrowser[] = |
| 521 | 521 | @ /* the format for wiki errors */ |
| 522 | 522 | @ table.browser { |
| 523 | -@ width: 100%; | |
| 523 | +@ width: 100%%; | |
| 524 | 524 | @ border: 0; |
| 525 | 525 | @ } |
| 526 | 526 | @ |
| 527 | 527 | ; |
| 528 | 528 | const char zTdBrowser[] = |
| 529 | 529 | @ /* the format for wiki errors */ |
| 530 | 530 | @ td.browser { |
| 531 | -@ width: 25%; | |
| 531 | +@ width: 25%%; | |
| 532 | 532 | @ vertical-align: top; |
| 533 | 533 | @ } |
| 534 | 534 | @ |
| 535 | 535 | ; |
| 536 | 536 | const char zUlBrowser[] = |
| 537 | 537 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -274,11 +274,11 @@ | |
| 274 | @ font-weight: bold; |
| 275 | @ text-align: center; |
| 276 | @ padding: 0 0 0 1em; |
| 277 | @ color: #558195; |
| 278 | @ vertical-align: bottom; |
| 279 | @ width: 100% ; |
| 280 | @ } |
| 281 | @ |
| 282 | @ /* The login status message in the top right-hand corner */ |
| 283 | @ div.status { |
| 284 | @ display: table-cell; |
| @@ -292,11 +292,11 @@ | |
| 292 | @ } |
| 293 | @ |
| 294 | @ /* The header across the top of the page */ |
| 295 | @ div.header { |
| 296 | @ display: table; |
| 297 | @ width: 100% ; |
| 298 | @ } |
| 299 | @ |
| 300 | @ /* The main menu bar that appears at the top of the page beneath |
| 301 | @ ** the header */ |
| 302 | @ div.mainmenu { |
| @@ -518,19 +518,19 @@ | |
| 518 | @ |
| 519 | ; |
| 520 | const char zTableBrowser[] = |
| 521 | @ /* the format for wiki errors */ |
| 522 | @ table.browser { |
| 523 | @ width: 100%; |
| 524 | @ border: 0; |
| 525 | @ } |
| 526 | @ |
| 527 | ; |
| 528 | const char zTdBrowser[] = |
| 529 | @ /* the format for wiki errors */ |
| 530 | @ td.browser { |
| 531 | @ width: 25%; |
| 532 | @ vertical-align: top; |
| 533 | @ } |
| 534 | @ |
| 535 | ; |
| 536 | const char zUlBrowser[] = |
| 537 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -274,11 +274,11 @@ | |
| 274 | @ font-weight: bold; |
| 275 | @ text-align: center; |
| 276 | @ padding: 0 0 0 1em; |
| 277 | @ color: #558195; |
| 278 | @ vertical-align: bottom; |
| 279 | @ width: 100%%; |
| 280 | @ } |
| 281 | @ |
| 282 | @ /* The login status message in the top right-hand corner */ |
| 283 | @ div.status { |
| 284 | @ display: table-cell; |
| @@ -292,11 +292,11 @@ | |
| 292 | @ } |
| 293 | @ |
| 294 | @ /* The header across the top of the page */ |
| 295 | @ div.header { |
| 296 | @ display: table; |
| 297 | @ width: 100%%; |
| 298 | @ } |
| 299 | @ |
| 300 | @ /* The main menu bar that appears at the top of the page beneath |
| 301 | @ ** the header */ |
| 302 | @ div.mainmenu { |
| @@ -518,19 +518,19 @@ | |
| 518 | @ |
| 519 | ; |
| 520 | const char zTableBrowser[] = |
| 521 | @ /* the format for wiki errors */ |
| 522 | @ table.browser { |
| 523 | @ width: 100%%; |
| 524 | @ border: 0; |
| 525 | @ } |
| 526 | @ |
| 527 | ; |
| 528 | const char zTdBrowser[] = |
| 529 | @ /* the format for wiki errors */ |
| 530 | @ td.browser { |
| 531 | @ width: 25%%; |
| 532 | @ vertical-align: top; |
| 533 | @ } |
| 534 | @ |
| 535 | ; |
| 536 | const char zUlBrowser[] = |
| 537 |