Skip to content

Commit 0b98e38

Browse files
committed
Synchronized with other default.css files.
1 parent f77362b commit 0b98e38

1 file changed

Lines changed: 19 additions & 10 deletions

File tree

css3-2d-transforms/default.css

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,12 @@ dfn { font-weight: bolder; /*font-size: 1em*/ }
191191

192192
/* Class note is a non-normative note. May be inline or a P or DIV */
193193
.note {
194-
/* font-weight: bold; */
195194
color: green
196195
}
197-
p.note, div.note {
198-
/* margin: 1em 2em; */
199-
}
200-
p.note:before, span.note:before { content: "\25B6" " " }
201-
div.note > p:first-child:before { content: "\25B6" " " }
196+
/*
197+
p.note:before, span.note:before { content: "\25C1\A0" }
198+
div.note > p:first-child:before { content: "\25C1\A0" }
199+
*/
202200

203201
.normref { color: red }
204202
.informref { color: green }
@@ -376,6 +374,17 @@ table.descdef tr:first-child {
376374
background: #005A9C;
377375
color: white
378376
}
377+
378+
/* A footnote at the bottom of a propdef */
379+
table.propdef td.footnote {padding-top: 0.6em; width: auto}
380+
table.propdef td.footnote:before {
381+
content: " ";
382+
display: block;
383+
height: 0.6em;
384+
width: 4em;
385+
border-top: thin solid
386+
}
387+
379388
/* table.propdef tr:first-child td { padding-top: 0.1em; padding-bottom: 0.1em } */
380389

381390
/* This would replace :first-child for Opera, but it confuses WinIE :-( */
@@ -471,7 +480,7 @@ table.features td {
471480
}
472481

473482
/* This is mostly to make the list inside the CR exit criteria more compact. */
474-
dl ol, dl li {display: inline; padding: 0; margin: 0}
475-
dl ol {counter-reset: list-item}
476-
dl li {counter-increment: list-item}
477-
dl li:before {content: "(" counter(list-item) ") "; font-weight: bold}
483+
ol.inline, ol.inline li {display: inline; padding: 0; margin: 0}
484+
ol.inline {counter-reset: list-item}
485+
ol.inline li {counter-increment: list-item}
486+
ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}

0 commit comments

Comments
 (0)