Add shortkey browsing
[banana.git] / css / style.css
index 4afdc31..7d9364b 100644 (file)
@@ -18,6 +18,7 @@ div.banana_menu { float: left; }
 
 /** GROUP LIST **/
 
+table.banana_group { width: 100%; }
 table.banana_group td.new { text-align: center; }
 table.banana_group td.all { text-align: center; }
 table.banana_group td.grp { text-align: left; }
@@ -25,9 +26,10 @@ table.banana_group td.dsc { text-align: left; }
 
 /** THREAD VIEW **/
 
+table.banana_thread { width: 100%; }
 table.banana_thread td {
     white-space: nowrap;
-    height: 21px;
+    height: 20px;
     vertical-align: middle;
     padding-top: 0;
     margin-top: 0;
@@ -48,6 +50,7 @@ table.banana_thread td.subs { padding: 0%; }
 
 /** MESSAGE VIEW **/
 
+table.banana_msg { width: 100%; }
 table.banana_msg td.headers { width: 100%; }
 table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
 table.banana_msg td.xface { text-align: right; }
@@ -73,6 +76,10 @@ table.banana_msg blockquote blockquote blockquote {
        color: #cc0000;
        border-color: #cc0000;
 }
+table.banana_msg blockquote blockquote blockquote blockquote {
+    color: #aaaa00;
+    border-color: #aaaa00;
+}
 
 /** MISC **/