summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2009-12-06 17:53:44 -0600
committerDennis Gilmore <dennis@ausil.us>2009-12-06 17:53:44 -0600
commit7f363fa6f7a22802385b194e69c471884e31e5ca (patch)
tree3ec66258af8fdafe7bdff837a641a5d742a1f89c
parent3ebe97301d31e22ddd91042c383a2ad9dfcdd3a2 (diff)
downloadkoji-theme-fedora-s390-7f363fa6f7a22802385b194e69c471884e31e5ca.tar.gz
koji-theme-fedora-s390-7f363fa6f7a22802385b194e69c471884e31e5ca.tar.xz
koji-theme-fedora-s390-7f363fa6f7a22802385b194e69c471884e31e5ca.zip
add css for powered by koji logo
-rw-r--r--www/static/koji.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/static/koji.css b/www/static/koji.css
index d00c26c..f5f9b31 100644
--- a/www/static/koji.css
+++ b/www/static/koji.css
@@ -65,6 +65,13 @@ a:hover {
height: 50px;
}
+#PoweredByKojiLogo {
+ /* Used only for the koji logo icon */
+ float: right;
+ border: 0px;
+ height: 20px;
+}
+
div#content {
margin: 0 20px;
clear: both;