Skip to content

Commit b6ef5d2

Browse files
committed
[CSS2] remove unused styles
1 parent 14f1078 commit b6ef5d2

1 file changed

Lines changed: 2 additions & 32 deletions

File tree

css2/Overview.bs

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -167,53 +167,23 @@ Required IDs: abs-non-replaced-height, abs-non-replaced-width, absolutely-positi
167167
}
168168
}
169169
</pre>
170-
<!DOCTYPE html><style type="text/css">
170+
<style type="text/css">
171171
span.colorsquare { float:left; width:5em; height:3em; text-align:center; padding:1.2em 0 .8em }
172172
span.colorname { font-weight:bold }
173173
div.colordiagram { width:25em; height:20em; margin:1em auto; font-family:Verdana,sans-serif; font-size:12px }
174174
div.diagramrow { height:5em }
175-
</style><style type="text/css">
176-
.current,.proposed,span.delcurrent { background:#feb }
177-
ins.proposed,span.insproposed { background:#bfb }
178-
del.proposed,span.delproposed { background:#fbb }
179-
span.insproposed { text-decoration:underline }
180-
span.delproposed,span.delcurrent { text-decoration:line-through }
181-
body>del,body>ins {display:block}
182-
</style><style type="text/css">
183-
.current,.proposed,span.delcurrent { background:#feb }
184-
ins.proposed,span.insproposed,li.insproposed { background:#bfb }
185-
del.proposed,span.delproposed { background:#fbb }
186-
span.insproposed,li.insproposed { text-decoration:underline }
187-
span.delproposed,span.delcurrent { text-decoration:line-through }
188-
body>del,body>ins {display:block}
189175
blockquote.math {display: table}
190176
blockquote.math p {display: table-row}
191177
blockquote.math span {display: table-cell; padding-right: 0.3em}
192178
blockquote.math span:first-child {text-align: right}
193-
</style><style type="text/css">
194-
.current,.proposed,span.delcurrent,div.delcurrent { background:#feb }
195-
ins.proposed,span.insproposed,li.insproposed,div.insproposed { background:#bfb }
196-
del.proposed,span.delproposed { background:#fbb }
197-
span.insproposed,li.insproposed,div.insproposed { text-decoration:underline }
198-
span.delproposed,span.delcurrent,div.delcurrent { text-decoration:line-through }
199-
body>del,body>ins {display:block}
200-
</style><style type="text/css">
201-
.current,.proposed,span.delcurrent { background:#feb }
202-
ins.proposed,span.insproposed,p.insproposed { background:#bfb }
203-
del.proposed,span.delproposed { background:#fbb }
204-
span.insproposed,p.insproposed { text-decoration:underline }
205-
span.delproposed,span.delcurrent { text-decoration:line-through }
206-
body>del,body>ins {display:block}
207-
</style><style type="text/css">
208-
#AutoNumber2 td { text-align:center }
209-
</style><style type="text/css">
210179
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
211180
{ white-space:pre;font-size:80%;font-family:monospace; vertical-align:2px; margin:1px }
212181
.egbidiwsaA { background:lime;padding:2px; }
213182
.egbidiwsbB { border:2px solid blue }
214183
.egbidiwsaB { background:yellow;border:2px dotted white }
215184
.egbidiwsbC { border:2px dotted red }
216185
</style>
186+
217187
<h2 id="about"><span id="q1.0">About the CSS&nbsp;2.2 Specification</span></h2>
218188

219189
<h3 id="css2.2-v-css2">CSS&nbsp;2.2 vs CSS&nbsp;2</h3>

0 commit comments

Comments
 (0)