From 3880ff53fdf2fc5fabcba958016b1526ec5995c1 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Tue, 31 May 2011 00:55:52 +0200 Subject: [PATCH] ...while .iconbar_text actually needs to be 22px high in order to fit the navbar. --- 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 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; -- 2.39.2