From: Andreas Gohr Date: Tue, 20 Oct 2009 09:01:54 +0000 (+0200) Subject: Changed character tab styles to cope with larger alphabets X-Git-Tag: 0.7.1~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a315687e20d9bb539c725c6cb28ae206e02a487;p=contagged Changed character tab styles to cope with larger alphabets --- diff --git a/styles/layout.css b/styles/layout.css index 0738f62..9bf1330 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -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 */