mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium.
This commit is contained in:
parent
fd2078f3aa
commit
4c1f9d1161
@ -36,7 +36,7 @@ InsetLayout Marginal
|
|||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
float:right;
|
float:right;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
font-weight: medium;
|
font-weight: normal;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -73,7 +73,7 @@ InsetLayout Foot
|
|||||||
div.foot {
|
div.foot {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
font-weight: medium;
|
font-weight: normal;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -110,7 +110,7 @@ InsetLayout Foot:InTitle
|
|||||||
span.foot_intitle {
|
span.foot_intitle {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
font-weight: medium;
|
font-weight: normal;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user