Skip to content

Commit 7b437df

Browse files
committed
merge changes from css3-background copy
1 parent 256de83 commit 7b437df

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

default.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ul.indexlist { margin-left: 0; /*column-width: 13em; columns: 13em*/ }
106106
ul.indexlist li { margin-left: 0; list-style: none }
107107
ul.indexlist li li { margin-left: 1em }
108108

109-
div.example, pre.example {
109+
.example {
110110
counter-increment: exampleno;
111111
}
112112
div.example:before {
@@ -191,7 +191,6 @@ 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
}
197196
p.note, div.note {
@@ -376,6 +375,17 @@ table.descdef tr:first-child {
376375
background: #005A9C;
377376
color: white
378377
}
378+
379+
/* A footnote at the bottom of a propdef */
380+
table.propdef td.footnote {padding-top: 0.6em; width: auto}
381+
table.propdef td.footnote:before {
382+
content: " ";
383+
display: block;
384+
height: 0.6em;
385+
width: 4em;
386+
border-top: thin solid
387+
}
388+
379389
/* table.propdef tr:first-child td { padding-top: 0.1em; padding-bottom: 0.1em } */
380390

381391
/* This would replace :first-child for Opera, but it confuses WinIE :-( */

0 commit comments

Comments
 (0)