summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}