summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2010-05-18 15:59:25 -0500
committerDennis Gilmore <dennis@ausil.us>2010-05-18 15:59:25 -0500
commit916c9db332f625eaf16f69827aad63735ab71498 (patch)
treea6c7bd48b1986b4f5233c2f6413b5e3a4ab76a6a
parent848be138374b4d85075ddf5664f35a7cd35c5226 (diff)
downloadkoji-theme-fedora-arm-916c9db332f625eaf16f69827aad63735ab71498.tar.gz
koji-theme-fedora-arm-916c9db332f625eaf16f69827aad63735ab71498.tar.xz
koji-theme-fedora-arm-916c9db332f625eaf16f69827aad63735ab71498.zip
add missing footer section to the css
fix height of the header logo to match the actual logo
-rw-r--r--www/static/koji.css9
1 files changed, 8 insertions, 1 deletions
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;
}