From efca9edafc2a58089b585075d7f625c65018de95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 2 Mar 2012 16:17:13 +0100 Subject: [PATCH] Smaller font size --- media/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/css/style.css b/media/css/style.css index 951a7aa99..8cf448593 100644 --- a/media/css/style.css +++ b/media/css/style.css @@ -75,3 +75,6 @@ td.suggestions table { width: 20px; height: 20px; } +.helptext { + font-size: smaller; +}