From a06d47a6e096b53ede13841c906762670ceaa29d Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 20 Nov 2012 14:24:11 +0000 Subject: [PATCH] Avoid logos overlapping text in footer git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8498 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/MonoBook/main.css | 20 ++++++++------------ themes/MonoBook/templates/browse-footer.tmpl | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/themes/MonoBook/main.css b/themes/MonoBook/main.css index cc943bc6d..6d182e592 100644 --- a/themes/MonoBook/main.css +++ b/themes/MonoBook/main.css @@ -1382,6 +1382,10 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { font-size: 90%; } +#footer ul { + display: table-cell; +} + #footer li { display: inline; margin: 0 1.3em; @@ -1393,19 +1397,11 @@ head:first-child+body #footer li { } #f-poweredbyico, #f-copyrightico { + display: table-cell; margin: 0 8px; - /*vertical-align: middle;*/ - height: 31px; - position: relative; - top: -31px; /* Bump it up just a tad */ -} - -#f-poweredbyico { - float: right; -} - -#f-copyrightico { - float: left; + padding-left: 1em; + padding-right: 1em; + vertical-align: middle; } /* js pref toc */ diff --git a/themes/MonoBook/templates/browse-footer.tmpl b/themes/MonoBook/templates/browse-footer.tmpl index 8a6e8592c..c3cf246c6 100644 --- a/themes/MonoBook/templates/browse-footer.tmpl +++ b/themes/MonoBook/templates/browse-footer.tmpl @@ -1,5 +1,6 @@ ?>
+
" alt="Powered by PhpWiki" />
-
" alt="Powered by PhpWiki" />
" alt="GNU Free Documentation License" />
-- 2.45.0