1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Clean out floated stuff, so the footer won't get overlayed on the sidebar

This commit is contained in:
Gabor Hojtsy
2003-08-23 13:36:52 +00:00
parent d53313e880
commit 935c55d2fe
2 changed files with 7 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ function site_footer()
print <<<END_FOOTER
</div>
<div class="cleaner">&nbsp;</div>
{$layout_helper}</div>
<div id="footnav">

View File

@@ -126,6 +126,12 @@ ul.simple li {
/* Background to the right */
}
.cleaner {
clear: both;
height: 1px;
font-size: 1px;
}
#leftbar {
float: left;
width: 186px;