]> git.sur5r.net Git - contagged/commitdiff
Changed character tab styles to cope with larger alphabets
authorAndreas Gohr <gohr@cosmocode.de>
Tue, 20 Oct 2009 09:01:54 +0000 (11:01 +0200)
committerAndreas Gohr <gohr@cosmocode.de>
Tue, 20 Oct 2009 09:01:54 +0000 (11:01 +0200)
styles/layout.css

index 0738f62eb478ef743005391228e02a95ad2405d5..9bf1330966b2f327644c61304fec94b22d1bd012 100644 (file)
@@ -72,10 +72,11 @@ div#filterrow ul li {
     border-left: 1px solid #999;
     border-top: 1px solid #999;
     border-bottom: 1px solid #999;
-    margin: 0.2em 0 0.2em 0.6em;
+    margin: 0.2em 0 0.1em 0.6em;
     text-align: center;
     -moz-border-radius: 50% 0 0 50%;
     margin-right: -1px;
+    font-size: 85%;
 }
 
 /* content */
@@ -85,8 +86,8 @@ div#content {
     border: 1px solid #999;
     padding: 1em;
     height: auto !important;
-    min-height: 55em;
-    height: 55em;
+    min-height: 60em;
+    height: 60em;
 }
 
 /* help screen */