]> code.citadel.org Git - citadel.git/commitdiff
fix CSS font size
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 26 Jan 2007 08:16:57 +0000 (08:16 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 26 Jan 2007 08:16:57 +0000 (08:16 +0000)
webcit/static/webcit.css

index a5d19609e64bab962d8a43b05fa6ed1e53def7c6..02a7c8a3181969da447b3358493aaab064f8ad8c 100644 (file)
@@ -92,21 +92,21 @@ body {
 }
 
 li.search {
-        font-size: 8pt;
+        font-size: 10pt;
         float: left;
         color: #FFFFFF;
         margin-bottom: 2px;
 }
 
 li.view {
-        font-size: 8pt;
+        font-size: 10pt;
         float: right;
         color: #FFFFFF;
         margin-bottom: 2px;
 }
 
 li.nummsgs {
-        font-size: 8pt;
+        font-size: 10pt;
         color: #DDDDCC;
 }
 
@@ -370,7 +370,7 @@ a:hover {
 }
 
 .view_name, .search_name, .selectbox, .inputbox {
-       font-size: 7pt; 
+       font-size: 7pt;
        background: #444455; 
        color: #ddddcc;
 }