From bda6bd6f21f88e1011af56a5c0c30e564e71e5c9 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 23 Sep 2008 16:34:28 -0500 Subject: [PATCH] Fix XHTML validation error --- extra/webapps/wiki/wiki-common.xml | 6 ++---- extra/webapps/wiki/wiki.css | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/extra/webapps/wiki/wiki-common.xml b/extra/webapps/wiki/wiki-common.xml index 628485955e..bca48ce260 100644 --- a/extra/webapps/wiki/wiki-common.xml +++ b/extra/webapps/wiki/wiki-common.xml @@ -56,11 +56,9 @@ - + - - - + diff --git a/extra/webapps/wiki/wiki.css b/extra/webapps/wiki/wiki.css index 7315b132d2..c27c44315f 100644 --- a/extra/webapps/wiki/wiki.css +++ b/extra/webapps/wiki/wiki.css @@ -45,3 +45,7 @@ background: #f5f1fd; width: 200px; } + +.footer { + font-size: 75%; +}