From: brarcher Date: Mon, 16 Dec 2013 23:27:11 +0000 (+0000) Subject: web: change link font size to be identical to left pane text size X-Git-Tag: 0.10.0~347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=267be83616e1db20d4193ed3b6f19684c4282591;p=check web: change link font size to be identical to left pane text size git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@869 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/web/css/style.css b/web/css/style.css index e88935b..1e0aba7 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -111,7 +111,7 @@ A:hover { #left_side li, #right_side li { font-family: verdana, arial, sans-serif; - font-size: 13px; + font-size: 11px; line-height: 16px; color: #333333; }