We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sec
1 parent b67e4c0 commit 96a831dCopy full SHA for 96a831d
1 file changed
css/print.css
@@ -660,19 +660,24 @@ p.ECMAaddress {
660
margin: 0;
661
}
662
663
-#sec-terms-and-definitions dfn {
+[id$=terms-and-definitions] dfn {
664
font-style: normal;
665
666
667
-#sec-terms-and-definitions h1 .secnum {
+[id$=terms-and-definitions] emu-clause h1 {
668
+ font-size: 10pt;
669
+ -prince-bookmark-level: none;
670
+}
671
+
672
+[id$=terms-and-definitions] h1 .secnum {
673
display: block;
674
675
-#sec-terms-and-definitions > h1 > .secnum {
676
+[id$=terms-and-definitions] > h1 > .secnum {
677
display: inline;
678
679
-#sec-terms-and-definitions h1 + p {
680
+[id$=terms-and-definitions] h1 + p {
681
margin-top: 0;
682
683
0 commit comments