summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-12-02 19:59:45 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-12-02 19:59:45 +0100
commit4765d61c46935bc95f8f28459004374dfa77797f (patch)
tree65e295a30463b959b6d3c50a459bfd7cb53ff6fd /lib
parent0f428d7d21126098f07d9edc165485c4e46b1269 (diff)
downloadrpg-4765d61c46935bc95f8f28459004374dfa77797f.tar.gz
rpg-4765d61c46935bc95f8f28459004374dfa77797f.tar.bz2
minor fixes for W3C CSS validator
darcs-hash:20061202185945-7ad00-d1c8539b48c396d4d4af38c2fa6d5d799aae12b2.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/styles/style.css2
-rw-r--r--lib/tpl/default/footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css
index 209e5654c..54012a65a 100644
--- a/lib/styles/style.css
+++ b/lib/styles/style.css
@@ -5,7 +5,7 @@
div.clearer {
clear: both;
- line-height: 0;
+ line-height: 0px;
height: 0;
overflow:hidden;
}
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html
index a3270d17a..b73448ad3 100644
--- a/lib/tpl/default/footer.html
+++ b/lib/tpl/default/footer.html
@@ -20,7 +20,7 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' :
<a <?php echo $tgt?> href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0"><img src="<?php echo DOKU_TPL; ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
- <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
+ <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
<a <?php echo $tgt?> href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>