File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ ul.indexlist { margin-left: 0; /*column-width: 13em; columns: 13em*/ }
106106ul .indexlist li { margin-left : 0 ; list-style : none }
107107ul .indexlist li li { margin-left : 1em }
108108
109- div . example , pre .example {
109+ .example {
110110 counter-increment : exampleno;
111111}
112112div .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}
197196p .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 :-( */
You can’t perform that action at this time.
0 commit comments