Skip to content

Commit 89d0764

Browse files
committed
[css2] Center tables
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40825
1 parent 2e696ab commit 89d0764

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css2/style/default.css

Lines changed: 4 additions & 2 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.0 1998-02-02 18:53:37 bbos Exp $
3+
* $Id: default.css,v 2.1 1998-02-07 02:04:28 ijacobs Exp $
44
*/
55

66
BODY {
@@ -47,6 +47,8 @@
4747
background: green
4848
}
4949

50+
TABLE { text-align:center}
51+
5052
div.example { color: maroon }
5153
pre.example { color: maroon }
5254
pre.illegal-example { color: red }
@@ -94,4 +96,4 @@ DIV.subtoc {padding: 1em; border: solid thin; margin: 1em 0;
9496
UL.index {list-style: none}
9597

9698
S, DEL {text-decoration: line-through}
97-
U, INS {text-decoration: underline}
99+
U, INS {text-decoration: underline}

0 commit comments

Comments
 (0)