Fossil SCM
solved ticket [1b41304d8b]: moved style clear: both from code for content div to footer css, needs redefinition of div.footer in the css configuration!
Commit
15b3ad250914a22d1fa3ee4b9dab6b794ffef20b
Parent
92f8cefcc8674d0…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -142,11 +142,10 @@ | ||
| 142 | 142 | |
| 143 | 143 | /* Put the footer at the bottom of the page. |
| 144 | 144 | ** the additional clear/both is needed to extend the content |
| 145 | 145 | ** part to the end of an optional sidebox. |
| 146 | 146 | */ |
| 147 | - @ <div style="clear: both;"></div> | |
| 148 | 147 | @ </div> |
| 149 | 148 | zFooter = db_get("footer", (char*)zDefaultFooter); |
| 150 | 149 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 151 | 150 | Th_Render(zFooter); |
| 152 | 151 | if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1); |
| @@ -360,10 +359,11 @@ | ||
| 360 | 359 | @ white-space: nowrap; |
| 361 | 360 | @ } |
| 362 | 361 | @ |
| 363 | 362 | @ /* The footer at the very bottom of the page */ |
| 364 | 363 | @ div.footer { |
| 364 | +@ clear: both; | |
| 365 | 365 | @ font-size: 0.8em; |
| 366 | 366 | @ margin-top: 12px; |
| 367 | 367 | @ padding: 5px 10px 5px 10px; |
| 368 | 368 | @ text-align: right; |
| 369 | 369 | @ background-color: #558195; |
| 370 | 370 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -142,11 +142,10 @@ | |
| 142 | |
| 143 | /* Put the footer at the bottom of the page. |
| 144 | ** the additional clear/both is needed to extend the content |
| 145 | ** part to the end of an optional sidebox. |
| 146 | */ |
| 147 | @ <div style="clear: both;"></div> |
| 148 | @ </div> |
| 149 | zFooter = db_get("footer", (char*)zDefaultFooter); |
| 150 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 151 | Th_Render(zFooter); |
| 152 | if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1); |
| @@ -360,10 +359,11 @@ | |
| 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 | @ margin-top: 12px; |
| 367 | @ padding: 5px 10px 5px 10px; |
| 368 | @ text-align: right; |
| 369 | @ background-color: #558195; |
| 370 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -142,11 +142,10 @@ | |
| 142 | |
| 143 | /* Put the footer at the bottom of the page. |
| 144 | ** the additional clear/both is needed to extend the content |
| 145 | ** part to the end of an optional sidebox. |
| 146 | */ |
| 147 | @ </div> |
| 148 | zFooter = db_get("footer", (char*)zDefaultFooter); |
| 149 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 150 | Th_Render(zFooter); |
| 151 | if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1); |
| @@ -360,10 +359,11 @@ | |
| 359 | @ white-space: nowrap; |
| 360 | @ } |
| 361 | @ |
| 362 | @ /* The footer at the very bottom of the page */ |
| 363 | @ div.footer { |
| 364 | @ clear: both; |
| 365 | @ font-size: 0.8em; |
| 366 | @ margin-top: 12px; |
| 367 | @ padding: 5px 10px 5px 10px; |
| 368 | @ text-align: right; |
| 369 | @ background-color: #558195; |
| 370 |