From 916c9db332f625eaf16f69827aad63735ab71498 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 18 May 2010 15:59:25 -0500 Subject: add missing footer section to the css fix height of the header logo to match the actual logo --- www/static/koji.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/www/static/koji.css b/www/static/koji.css index d00c26c..a623b67 100644 --- a/www/static/koji.css +++ b/www/static/koji.css @@ -62,7 +62,7 @@ a:hover { #kojiLogo { /* Used only for the koji logo icon */ float: left; - height: 50px; + height: 40px; } div#content { @@ -83,6 +83,13 @@ p#footer a { text-decoration: none; } +#PoweredByKojiLogo { + /* Used only for the powered by koji icon */ + float: right; + border: 0px; + height: 20px; +} + .hide { display: none; } -- cgit