lib/isodoc/iec/html/htmlstyle.scss in metanorma-iec-1.4.4 vs lib/isodoc/iec/html/htmlstyle.scss in metanorma-iec-1.4.5
- old
+ new
@@ -102,25 +102,25 @@
font-size: 0.9em;
}
/* TYPOGRAPHY */
-h1 {
+h1, .h1 {
font-size: 1.5em;
line-height: 2em;
margin-top: 2em;
margin-bottom: 1em;
}
-h2 {
+h2, .h2 {
font-size: 1.2em;
line-height: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
}
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 1.2;
}
p {
margin-top: 1em;
@@ -150,10 +150,10 @@
nav a {
text-decoration: none;
color: black;
}
-h2 p {
+h2 p, .h2 p {
display: inline;
}
ul > li {