From: Andrew Dolgov Date: Tue, 23 Sep 2008 13:49:25 +0000 (+0100) Subject: css: fix css font-weight: medium to normal X-Git-Tag: 1.2.28~10 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=baa2db9fa6c0f74330efd0354460cdda196dc1c6;p=tt-rss.git css: fix css font-weight: medium to normal --- diff --git a/tt-rss.css b/tt-rss.css index 62ca4697..5b5d4029 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -2119,7 +2119,7 @@ div.dlgSecCont { top : -20px; float : left; font-size : 12px; - font-weight : medium; + font-weight : normal; line-height : 200%; }