Skip to content

Commit 96a831d

Browse files
committed
Not every Ecma standard prepends their claueses with sec, this should catch the rest
1 parent b67e4c0 commit 96a831d

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

css/print.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -660,19 +660,24 @@ p.ECMAaddress {
660660
margin: 0;
661661
}
662662

663-
#sec-terms-and-definitions dfn {
663+
[id$=terms-and-definitions] dfn {
664664
font-style: normal;
665665
}
666666

667-
#sec-terms-and-definitions h1 .secnum {
667+
[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 {
668673
display: block;
669674
}
670675

671-
#sec-terms-and-definitions > h1 > .secnum {
676+
[id$=terms-and-definitions] > h1 > .secnum {
672677
display: inline;
673678
}
674679

675-
#sec-terms-and-definitions h1 + p {
680+
[id$=terms-and-definitions] h1 + p {
676681
margin-top: 0;
677682
}
678683

0 commit comments

Comments
 (0)