Skip to content

Commit 253a012

Browse files
committed
Added a 'clear', removed a commented-out rule.
1 parent 914092e commit 253a012

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

default.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ pre.illegal-html, pre.xml, pre.illegal-xml {
151151
margin: 1em 0;
152152
border: thin solid #999;
153153
position: relative;
154+
clear: both;
154155
}
155156
pre.example, pre.illegal-example, pre.html,
156157
pre.illegal-html, pre.xml, pre.illegal-xml {
@@ -193,9 +194,6 @@ dfn { font-weight: bolder; /*font-size: 1em*/ }
193194
.note {
194195
color: green
195196
}
196-
p.note, div.note {
197-
/* margin: 1em 2em; */
198-
}
199197
p.note:before, span.note:before { content: "\25B6" " " }
200198
div.note > p:first-child:before { content: "\25B6" " " }
201199

0 commit comments

Comments
 (0)