Fossil SCM
added missing nowrap for div/divider style, has to be added in local css definition!
Commit
8e6dbfb28fe73f0c3595fa22742b6834993258c8
Parent
3eaebda5bb03696…
1 file changed
+1
+1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -355,10 +355,11 @@ | ||
| 355 | 355 | @ font-size: 1em; font-weight: normal; |
| 356 | 356 | @ padding: .25em; |
| 357 | 357 | @ margin: .2em 0 .2em 0; |
| 358 | 358 | @ float: left; |
| 359 | 359 | @ clear: left; |
| 360 | +@ white-space: nowrap; | |
| 360 | 361 | @ } |
| 361 | 362 | @ |
| 362 | 363 | @ /* The footer at the very bottom of the page */ |
| 363 | 364 | @ div.footer { |
| 364 | 365 | @ font-size: 0.8em; |
| 365 | 366 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -355,10 +355,11 @@ | |
| 355 | @ font-size: 1em; font-weight: normal; |
| 356 | @ padding: .25em; |
| 357 | @ margin: .2em 0 .2em 0; |
| 358 | @ float: left; |
| 359 | @ clear: left; |
| 360 | @ } |
| 361 | @ |
| 362 | @ /* The footer at the very bottom of the page */ |
| 363 | @ div.footer { |
| 364 | @ font-size: 0.8em; |
| 365 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -355,10 +355,11 @@ | |
| 355 | @ font-size: 1em; font-weight: normal; |
| 356 | @ padding: .25em; |
| 357 | @ margin: .2em 0 .2em 0; |
| 358 | @ float: left; |
| 359 | @ clear: left; |
| 360 | @ white-space: nowrap; |
| 361 | @ } |
| 362 | @ |
| 363 | @ /* The footer at the very bottom of the page */ |
| 364 | @ div.footer { |
| 365 | @ font-size: 0.8em; |
| 366 |