LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium.

This commit is contained in:
Thibaut Cuvelier 2023-01-07 03:40:27 +01:00
parent fd2078f3aa
commit 4c1f9d1161

View File

@ -36,7 +36,7 @@ InsetLayout Marginal
background-color: #F0F0F0;
float:right;
font-size: small;
font-weight: medium;
font-weight: normal;
font-family: serif;
font-variant: normal;
font-style: normal;
@ -73,7 +73,7 @@ InsetLayout Foot
div.foot {
display: inline;
font-size: small;
font-weight: medium;
font-weight: normal;
font-family: serif;
font-variant: normal;
font-style: normal;
@ -110,7 +110,7 @@ InsetLayout Foot:InTitle
span.foot_intitle {
display: inline;
font-size: small;
font-weight: medium;
font-weight: normal;
font-family: serif;
font-variant: normal;
font-style: normal;