css: fix css font-weight: medium to normal
This commit is contained in:
parent
511eddb8bd
commit
baa2db9fa6
1 changed files with 1 additions and 1 deletions
|
@ -2119,7 +2119,7 @@ div.dlgSecCont {
|
|||
top : -20px;
|
||||
float : left;
|
||||
font-size : 12px;
|
||||
font-weight : medium;
|
||||
font-weight : normal;
|
||||
line-height : 200%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue