From 96331712eb165972845b097644336ca87a81dfcd Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 15 Jan 2006 19:32:53 +0100 Subject: stricter xhtml compliance -- part 2 darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz --- lib/tpl/default/design.css | 5 +++++ lib/tpl/default/footer.html | 2 +- lib/tpl/default/media.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/tpl') 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 @@ */ ?> -
+
Recent changes RSS feed Creative Commons License 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 @@
- +
-- cgit v1.2.3