Provide option to disable gravatars.
[catagits/Gitalist.git] / root / static / css / core.css
index 46b79dc..cca79a3 100755 (executable)
@@ -51,7 +51,12 @@ a img{
 
 }
 #content_inner{
-    padding-bottom:30px;
+    padding-bottom:   30px;
+    background-color: white;
+    min-height:       100px;
+}
+.header {
+    background-color: #666;
 }
 .copy{
        padding:10px;
@@ -416,6 +421,11 @@ table.listing thead {
        padding:9px 5px 9px 10px;
 }
 
+.listing .gravatar {
+    float: left;
+    padding-right: 10px;
+}
+
 /*
 
 puts the repo description on one line which gets truncated if the repo name is too long