From 095dcc5b80436d1576f3bb1a198cabdbcdd67ffc Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 19 Mar 2005 12:24:18 +0000 Subject: [PATCH] Center-align footer --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index f60bba45faf..da31e8221ce 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -74,6 +74,10 @@ a img { margin:0.2em 0em; } +#footer { + text-align:center; +} + .headermenu { float:right; text-align:right;