From 267be83616e1db20d4193ed3b6f19684c4282591 Mon Sep 17 00:00:00 2001 From: brarcher Date: Mon, 16 Dec 2013 23:27:11 +0000 Subject: [PATCH] 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 --- web/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0