From 2a315687e20d9bb539c725c6cb28ae206e02a487 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 20 Oct 2009 11:01:54 +0200 Subject: [PATCH] Changed character tab styles to cope with larger alphabets --- styles/layout.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 */ -- 2.39.5