Skip to content

Commit 49a1a36

Browse files
committed
[css2] Same style for image and table captions.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401351
1 parent dfee0d6 commit 49a1a36

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

css2/style/default.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
BODY {
@@ -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

6970
div.example { color: maroon }
7071
pre.example { color: maroon }
@@ -88,6 +89,12 @@ pre.illegal-xml-example { color: red }
8889
div.illegal-xml-example { color: red }
8990
div.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;

0 commit comments

Comments
 (0)