1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 08:19:15 +00:00

css: fix css font-weight: medium to normal

This commit is contained in:
Andrew Dolgov
2008-09-23 14:49:25 +01:00
parent 511eddb8bd
commit baa2db9fa6

View File

@@ -2119,7 +2119,7 @@ div.dlgSecCont {
top : -20px;
float : left;
font-size : 12px;
font-weight : medium;
font-weight : normal;
line-height : 200%;
}