]> git.lyx.org Git - features.git/commitdiff
LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 7 Jan 2023 02:40:27 +0000 (03:40 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 7 Jan 2023 02:40:27 +0000 (03:40 +0100)
lib/layouts/stdinsets.inc

index cb038c5d7405b3b96ad836c11267944595d71be5..7271e7a1a658d0e8cfbc6a9612d7ba2c7ebb8d96 100644 (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;