Skip to content

Commit a88565b

Browse files
annevkdomenic
authored andcommitted
standard.css: pre { font-style: normal }
This avoids a .note italicizing it: whatwg/url#495.
1 parent fdc3a63 commit a88565b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources.whatwg.org/standard.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ ul.domTree code :link, ul.domTree code :visited { color: inherit; }
501501
pre {
502502
margin: 0.5em 2em;
503503
white-space: pre-wrap;
504+
font-style: normal;
504505
}
505506

506507
pre > code, pre.highlight, pre.idl {

0 commit comments

Comments
 (0)