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
1 changed files with 1 additions and 1 deletions

View File

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