Skip to content

Commit

Permalink
Clearing floats in default footer and on edit page (for account sidebar)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Jul 20, 2012
1 parent 1d20fde commit 0d224f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@
</div>

</div>
<div style="clear: both"></div>
<?php
require_once(UserConfig::$footer);
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#userbase_footerpad {
height: 1em;
background-color: white;
clear: both;
}

#userbase_poweredby {
Expand Down

0 comments on commit 0d224f6

Please sign in to comment.