File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * Style sheet for the CSS2 specification
3- * $Id: default.css,v 2.12 1998-03-21 00:47:40 ijacobs Exp $
3+ * $Id: default.css,v 2.13 1998-03-23 02:55:30 bbos Exp $
44 */
55
66BODY {
@@ -64,7 +64,8 @@ A.descdef-title {
6464 background : green
6565}
6666
67- TABLE { text-align : center}
67+ /* TABLE {margin-left: 1em} */
68+ DIV .propdef {margin : 1.2em 0 }
6869
6970div .example { color : maroon }
7071pre .example { color : maroon }
@@ -88,6 +89,12 @@ pre.illegal-xml-example { color: red }
8889div .illegal-xml-example { color : red }
8990div .illegal-xml-example p { color : black }
9091
92+ div .dtd-example { color : maroon }
93+ pre .dtd-example { color : maroon }
94+ pre .illegal-dtd-example { color : red }
95+ div .illegal-dtd-example { color : red }
96+ div .illegal-dtd-example p { color : black }
97+
9198.note {
9299 font-weight : bold;
93100 margin-top : 1em ;
@@ -135,7 +142,7 @@ DIV.figure {
135142 width: 100%;*/
136143 margin : 2.5em 0
137144}
138- P .caption {
145+ P .caption , CAPTION {
139146 text-align : center;
140147 font-style : italic;
141148 font-weight : bold;
You can’t perform that action at this time.
0 commit comments