Skip to content

Commit 3c2fe32

Browse files
committed
resync with default.css master
1 parent 5b4823f commit 3c2fe32

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

css3-images/default.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ div.example:before {
123123
position: absolute;
124124
top: -0.6em;
125125
left: -2.5em;
126-
width: 7.5em;
126+
min-width: 7.5em;
127127
text-align: center;
128128
line-height: 1em;
129129
color: #FFF8DD;
@@ -140,7 +140,7 @@ pre.example:before {
140140
position: absolute;
141141
top: -0.6em;
142142
left: -2.5em;
143-
width: 7.5em;
143+
min-width: 7.5em;
144144
text-align: center;
145145
line-height: 1em;
146146
color: #FFF8DD;
@@ -191,11 +191,23 @@ code.html { color: #600 } /* inline HTML */
191191
code.xml { color: #600 } /* inline XML */
192192
.property { font: inherit; } /* name of a CSS property (SPAN) */
193193
.descriptor { } /* name of a CSS descriptor (SPAN) */
194-
.issue { color: #c00 } /* editorial remark, open issue */
195194
.type { font-style: italic } /* A <type> value for a property */
196195

197196
dfn { font-weight: bolder; /*font-size: 1em*/ }
198197

198+
/* Open issue / editorial remark; not intended for a final publication */
199+
200+
.issue { color: #c00 }
201+
.issue:before {
202+
content: "Issue:";
203+
border: 3px double #c00;
204+
background: #c00;
205+
background-clip: padding-box;
206+
color: white;
207+
margin: 0.25em;
208+
padding: 0 0.25em;
209+
}
210+
199211
/* Class note is a non-normative note. May be inline or a P or DIV */
200212
.note {
201213
color: green

0 commit comments

Comments
 (0)