]> git.wh0rd.org - tt-rss.git/commitdiff
css: fix css font-weight: medium to normal
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 23 Sep 2008 13:49:25 +0000 (14:49 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 23 Sep 2008 13:49:25 +0000 (14:49 +0100)
tt-rss.css

index 62ca4697aaced3b56be7be17094a9e241d44c6d6..5b5d40292cd82b43270064f758538cf028211870 100644 (file)
@@ -2119,7 +2119,7 @@ div.dlgSecCont {
        top : -20px;
        float : left;
        font-size : 12px;
-       font-weight : medium;
+       font-weight : normal;
        line-height : 200%;
 }