summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-01-15 19:32:53 +0100
committerAnika Henke <a.c.henke@arcor.de>2006-01-15 19:32:53 +0100
commit96331712eb165972845b097644336ca87a81dfcd (patch)
tree53628f5709ca9b23719f30fb8b7309aef4842da0 /lib
parent704bbeb05ed1e55a225fc324a5fefcf598ba1476 (diff)
downloadrpg-96331712eb165972845b097644336ca87a81dfcd.tar.gz
rpg-96331712eb165972845b097644336ca87a81dfcd.tar.bz2
stricter xhtml compliance -- part 2
darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/exe/ajax.php2
-rw-r--r--lib/plugins/info/syntax.php2
-rw-r--r--lib/tpl/default/design.css5
-rw-r--r--lib/tpl/default/footer.html2
-rw-r--r--lib/tpl/default/media.php2
5 files changed, 9 insertions, 4 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php
index d8cf8bc75..8c93bcdab 100644
--- a/lib/exe/ajax.php
+++ b/lib/exe/ajax.php
@@ -50,7 +50,7 @@ function ajax_qsearch(){
if(!count($data)) return;
- print '<b>'.$lang['quickhits'].'</b>';
+ print '<strong>'.$lang['quickhits'].'</strong>';
print '<ul>';
foreach($data as $id){
print '<li>';
diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php
index ea46da7bb..25b2fff45 100644
--- a/lib/plugins/info/syntax.php
+++ b/lib/plugins/info/syntax.php
@@ -113,7 +113,7 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin {
$renderer->doc .= '<li>';
$renderer->externallink($info['url'],$info['name']);
$renderer->doc .= ' ';
- $renderer->doc .= '<i>'.$info['date'].'</i>';
+ $renderer->doc .= '<em>'.$info['date'].'</em>';
$renderer->doc .= ' ';
$renderer->doc .= $lang['by'];
$renderer->doc .= ' ';
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>