diff options
-rw-r--r-- | themes/garland/page.tpl.php | 2 | ||||
-rw-r--r-- | themes/garland/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index a59d41fdc..d28f77efe 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -74,7 +74,7 @@ <?php if ($help): print $help; endif; ?> <?php if ($show_messages && $messages): print $messages; endif; ?> <?php print $content ?> - <span class="clear"></span> + <div class="clear"></div> <?php print $feed_icons ?> <div id="footer"><?php print $footer_message . $footer ?></div> </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center --> diff --git a/themes/garland/style.css b/themes/garland/style.css index 1b576b3d7..df375fdb5 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -971,7 +971,7 @@ tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { /** * CSS support */ -span.clear { +div.clear { display: block; clear: both; height: 1px; |