From: the_mgt Date: Mon, 30 May 2011 22:55:52 +0000 (+0200) Subject: ...while .iconbar_text actually needs to be 22px high in order to fit the navbar. X-Git-Tag: v8.11~690 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=3880ff53fdf2fc5fabcba958016b1526ec5995c1;p=citadel.git ...while .iconbar_text actually needs to be 22px high in order to fit the navbar. --- diff --git a/webcit/static/styles/iconbar.css b/webcit/static/styles/iconbar.css index e3feb67cf..245fb0d2f 100644 --- a/webcit/static/styles/iconbar.css +++ b/webcit/static/styles/iconbar.css @@ -37,7 +37,7 @@ } .iconbar_text { - height: 24px; + height: 22px; font-size: 70%; font-weight: bold; color: #fff;