summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-05 13:09:17 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-05 13:09:17 +0000
commit8b72b39281354f38bbb918bb4ef9f170bac3c789 (patch)
tree39222af621e74b01c2a55071514c03e37ba85a73 /themes
parent272a97acb829ed36d4930361b158fbcd431a2381 (diff)
downloadbrdo-8b72b39281354f38bbb918bb4ef9f170bac3c789.tar.gz
brdo-8b72b39281354f38bbb918bb4ef9f170bac3c789.tar.bz2
#180897 by sun: fix an XHTML validity error in Garland
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/page.tpl.php2
-rw-r--r--themes/garland/style.css2
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;