From 0f2c475539037195fe7436ab327c6625fc894e23 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 13:37:48 +0400 Subject: [PATCH] enlare notices font --- tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index e6198d48c..4c900b08c 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -300,7 +300,7 @@ div.notice, div.warning, div.error { padding : 4px 10px 4px 4px; display : inline-block; margin : 2px 0px 2px 0px; - font-size : 11px; + font-size : 12px; box-shadow : 0px 0px 2px #ccc; }