Skip to content

Commit 12fd765

Browse files
committed
simplify .example rule selector
1 parent 0c6a5d3 commit 12fd765

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

default.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ pre.example:before {
143143
border: thin solid #999;
144144
/*margin: -1.3em 0 0.3em -2.5em;*/
145145
}
146-
div.example, div.illegal-example, div.html, div.illegal-html, div.xml,
147-
div.illegal-xml, pre.example, pre.illegal-example, pre.html,
148-
pre.illegal-html, pre.xml, pre.illegal-xml {
146+
.example, .illegal-example, .html, .illegal-html, .xml,
147+
.illegal-xml {
149148
background: #FFF8DD;
150149
padding: 0.5em;
151150
margin: 1em 0;

0 commit comments

Comments
 (0)