Skip to content

Commit

Permalink
standard.css: pre { font-style: normal }
Browse files Browse the repository at this point in the history
This avoids a .note italicizing it: whatwg/url#495.
  • Loading branch information
annevk authored and domenic committed May 6, 2020
1 parent fdc3a63 commit a88565b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources.whatwg.org/standard.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ ul.domTree code :link, ul.domTree code :visited { color: inherit; }
pre {
margin: 0.5em 2em;
white-space: pre-wrap;
font-style: normal;
}

pre > code, pre.highlight, pre.idl {
Expand Down

0 comments on commit a88565b

Please sign in to comment.