File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
191191code .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
197196dfn { 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
You can’t perform that action at this time.
0 commit comments