diff options
author | Anika Henke <a.c.henke@arcor.de> | 2006-01-27 20:32:38 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2006-01-27 20:32:38 +0100 |
commit | 02e511213ae892653af32a79dbd07341d7a5f9d9 (patch) | |
tree | 50d537c22cda0487ba3cd563ae2467e92baae7b1 /lib | |
parent | 1bb49acb063c0b6842615a142bc66c85ee03a933 (diff) | |
download | rpg-02e511213ae892653af32a79dbd07341d7a5f9d9.tar.gz rpg-02e511213ae892653af32a79dbd07341d7a5f9d9.tar.bz2 |
further xhtml strictness -- part 3
darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/styles/style.css | 11 | ||||
-rw-r--r-- | lib/tpl/default/design.css | 6 | ||||
-rw-r--r-- | lib/tpl/default/footer.html | 14 |
3 files changed, 18 insertions, 13 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css index 294144f1e..44187ddff 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -5,6 +5,12 @@ div.clearer {clear: both; line-height: 0; height: 0; overflow:hidden;} +div.no { + display: inline; + margin: 0; + padding: 0; +} + div.error{ background: #fcc url(../images/error.png) 0.5em 0px no-repeat; color: #000; @@ -48,6 +54,11 @@ div.success{ margin-right: auto; } +em.u { + font-style: normal; + text-decoration: underline; +} + /* syntax highlighting code */ .code .br0 { color: #66cc66; } diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index f7055ddf9..6404e7713 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -47,12 +47,6 @@ div.nothing { margin: 2em; } -div.no { - display: inline; - margin: 0; - padding: 0; -} - /* ---------------- forms ------------------------ */ form { diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index e75d029d3..9db2db4e8 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -8,19 +8,19 @@ ?> <div class="footerinc"> - <a target="_blank" href="<?php echo DOKU_BASE; ?>feed.php" title="Recent changes RSS feed"><img src="<?php echo DOKU_TPL; ?>images/button-rss.png" width="80" height="15" alt="Recent changes RSS feed" border="0" /></a> + <a target="_blank" href="<?php echo DOKU_BASE; ?>feed.php" title="Recent changes RSS feed"><img src="<?php echo DOKU_TPL; ?>images/button-rss.png" width="80" height="15" alt="Recent changes RSS feed" /></a> - <a target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="Creative Commons License"><img src="<?php echo DOKU_TPL; ?>images/button-cc.gif" width="80" height="15" alt="Creative Commons License" border="0" /></a> + <a target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="Creative Commons License"><img src="<?php echo DOKU_TPL; ?>images/button-cc.gif" width="80" height="15" alt="Creative Commons License" /></a> - <a target="_blank" href="https://www.paypal.com/xclick/business=andi%40splitbrain.org&item_name=DokuWiki+Donation&no_shipping=1&no_note=1&tax=0&currency_code=EUR&lc=US" title="Donate"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" alt="Donate" border="0" /></a> + <a target="_blank" href="https://www.paypal.com/xclick/business=andi%40splitbrain.org&item_name=DokuWiki+Donation&no_shipping=1&no_note=1&tax=0&currency_code=EUR&lc=US" title="Donate"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" alt="Donate" width="80" height="15" /></a> - <a target="_blank" href="http://www.php.net" title="Powered by PHP"><img src="<?php echo DOKU_TPL; ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" border="0" /></a> + <a target="_blank" href="http://www.php.net" title="Powered by PHP"><img src="<?php echo DOKU_TPL; ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a> - <a target="_blank" 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" border="0" /></a> + <a target="_blank" 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 target="_blank" 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" border="0" /></a> + <a target="_blank" 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 target="_blank" 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" border="0" /></a> + <a target="_blank" 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> <?php |