From 3845cf2b0d82727e8fec9325b867d4efb0270e77 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Tue, 31 May 2011 00:51:05 +0200 Subject: [PATCH] changed height of .iconbar_text to 24px instead of 2em, mixing both does not make sense here, since we do not get 100px height if people set different default font size --- webcit/static/styles/iconbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/styles/iconbar.css b/webcit/static/styles/iconbar.css index 2aa032be1..e3feb67cf 100644 --- a/webcit/static/styles/iconbar.css +++ b/webcit/static/styles/iconbar.css @@ -37,7 +37,7 @@ } .iconbar_text { - height: 2em; + height: 24px; font-size: 70%; font-weight: bold; color: #fff; -- 2.30.2