lib/isodoc/iho/html/htmlstyle.css in metanorma-iho-0.7.13 vs lib/isodoc/iho/html/htmlstyle.css in metanorma-iho-0.7.14
- old
+ new
@@ -95,11 +95,11 @@
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: {{headerfont}}; }
blockquote, q {
quotes: none; }
- blockquote:before, blockquote:after, q:before, q:after {
+ blockquote::before, blockquote::after, q::before, q::after {
content: '';
content: none; }
.h2Annex {
font-family: {{headerfont}}; }
@@ -118,18 +118,22 @@
font-weight: bold; }
div.document-stage-band, div.document-type-band {
background-color: #333333; }
-a.FootnoteRef + a.FootnoteRef:before {
+a.FootnoteRef + a.FootnoteRef::before {
content: ", ";
vertical-align: super; }
-a.TableFootnoteRef + a.TableFootnoteRef:before {
+a.TableFootnoteRef + a.TableFootnoteRef::before {
content: ", ";
vertical-align: super; }
+a.TableFootnoteRef, span.TableFootnoteRef,
+a.FootnoteRef, span.FootnoteRef {
+ vertical-align: super; }
+
.addition {
color: blue; }
.deletion {
color: red;
@@ -677,11 +681,11 @@
margin-left: 1.2em; }
ul li {
list-style: none; }
-ul > li:before {
+ul > li::before {
content: "\2014";
display: inline-block;
width: 1em;
margin-left: -1.2em; }
@@ -701,10 +705,10 @@
margin-bottom: 0.25em; }
#toc-list li {
list-style-type: none; }
-#toc li:before {
+#toc li::before {
content: " ";
display: none; }
/*
3.4 Rules