Skip to content

Commit f7bc31b

Browse files
committed
[css2] Made Toc, index, and all DTs left aligned instead of justified.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40968
1 parent e91f76d commit f7bc31b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css2/style/default.css

Lines changed: 4 additions & 1 deletion
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.5 1998-02-17 23:42:31 bbos Exp $
3+
* $Id: default.css,v 2.6 1998-02-18 14:22:06 bbos Exp $
44
*/
55

66
BODY {
@@ -132,3 +132,6 @@ P.caption {
132132
color: #088;
133133
margin: 1.5em 25% 0 25%;
134134
}
135+
DIV.toc, UL.index, DT {
136+
text-align: left
137+
}

0 commit comments

Comments
 (0)