diff options
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 5 | ||||
-rw-r--r-- | lib/tpl/default/footer.html | 2 | ||||
-rw-r--r-- | lib/tpl/default/media.php | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 7e9bd2db6..d9f0a2307 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -82,6 +82,7 @@ fieldset { text-align: center; border: 1px solid __dark__; padding: 0.5em; + margin: auto; } textarea.edit { @@ -644,6 +645,10 @@ div.search_quickhits { } /* ------------------ Additional ---------------------- */ + +div.footerinc { + text-align: center; +} .footerinc a img { opacity: 0.5; } diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index fb1d38fd2..e75d029d3 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -7,7 +7,7 @@ */ ?> -<div align="center" class="footerinc"> +<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="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> diff --git a/lib/tpl/default/media.php b/lib/tpl/default/media.php index e4b792ff3..c464597bb 100644 --- a/lib/tpl/default/media.php +++ b/lib/tpl/default/media.php @@ -33,7 +33,7 @@ <div class="mediaselect"> <div class="mediaselect-left"> - <b><a href="<?php echo DOKU_BASE?>lib/exe/media.php?ns="><?php echo hsc($lang['namespaces'])?></a></b> + <strong><a href="<?php echo DOKU_BASE?>lib/exe/media.php?ns="><?php echo hsc($lang['namespaces'])?></a></strong> <?php tpl_medianamespaces()?> </div> |