From: the_mgt Date: Mon, 30 May 2011 22:51:05 +0000 (+0200) Subject: changed height of .iconbar_text to 24px instead of 2em, mixing both does not make... X-Git-Tag: v8.11~691 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3845cf2b0d82727e8fec9325b867d4efb0270e77 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 --- 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;