Skip to content

Commit ed4c79a

Browse files
committed
[css2] Added a frame around minitocs.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40557
1 parent 97f8af9 commit ed4c79a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css2/style/default.css

Lines changed: 6 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 1.11 1997-12-11 23:53:15 bbos Exp $
3+
* $Id: default.css,v 1.12 1997-12-12 16:29:24 bbos Exp $
44
*/
55

66
BODY {
@@ -23,7 +23,7 @@
2323

2424
IMG {
2525
border: 0;
26-
text-align: center;
26+
/* text-align: center; */
2727
}
2828

2929
TH {
@@ -58,10 +58,13 @@ a.informref {
5858
color: green;
5959
}
6060

61-
DIV.toc UL, DIV.toc OL {list-style: none}
61+
UL.toc, OL.toc {list-style: none}
6262
DIV.toc UL, DIV.toc OL {margin-left: 0}
6363
DIV.toc UL UL, DIV.toc OL OL {margin-left: 1em}
6464
LI.tocline1 {margin-top: 1em; font-weight: bold}
6565
LI.tocline2 {font-weight: normal}
6666
LI.tocline4 {font-style: italic}
6767
DIV.subtoc UL, DIV.subtoc OL {list-style: none}
68+
69+
DIV.subtoc {padding: 1em; border: solid thin; margin: 1em 0;
70+
background: #ddd}

0 commit comments

Comments
 (0)