changed height of .iconbar_text to 24px instead of 2em, mixing both does not make...
authorthe_mgt <themgt@ueberserver.de>
Mon, 30 May 2011 22:51:05 +0000 (00:51 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:55:10 +0000 (20:55 +0000)
webcit/static/styles/iconbar.css

index 2aa032be18ff0f3b0e367bb0a1dab609a97ae108..e3feb67cf27155bd31bf9e8f690dc6f2554db96e 100644 (file)
@@ -37,7 +37,7 @@
 } 
 
 .iconbar_text {        
-       height: 2em;
+       height: 24px;
        font-size: 70%;
        font-weight: bold;
        color: #fff;