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:
@@ -181,6 +181,7 @@ function site_footer()
|
||||
print <<<END_FOOTER
|
||||
|
||||
</div>
|
||||
<div class="cleaner"> </div>
|
||||
{$layout_helper}</div>
|
||||
|
||||
<div id="footnav">
|
||||
|
||||
@@ -126,6 +126,12 @@ ul.simple li {
|
||||
/* Background to the right */
|
||||
}
|
||||
|
||||
.cleaner {
|
||||
clear: both;
|
||||
height: 1px;
|
||||
font-size: 1px;
|
||||
}
|
||||
|
||||
#leftbar {
|
||||
float: left;
|
||||
width: 186px;
|
||||
|
||||
Reference in New Issue
Block a user