- Small CSS improvements to help fix bug 5145.

4.4.x
Dries Buytaert 2004-01-17 23:32:37 +00:00
parent 1c3a303253
commit ebf57d177b
1 changed files with 8 additions and 7 deletions

View File

@ -19,14 +19,20 @@ img {
li.expanded {
list-style-type: circle;
list-style-image: url(menu-expanded.gif);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li.collapsed {
list-style-type: disc;
list-style-image: url(menu-collapsed.gif);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li.leaf {
list-style-type: square;
list-style-image: url(menu-leaf.gif);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li a.active {
color: #000;
@ -78,8 +84,9 @@ li a.active {
}
.book .nav {
border-top: 1px solid #888;
padding-bottom: 2em;
border-bottom: 1px solid #888;
padding-bottom: 3em;
padding-top: 1em;
clear: both;
}
.book .nav .links {
@ -92,13 +99,11 @@ li a.active {
float: left;
text-align: left;
width: 45%;
padding-bottom: 0.5em;
}
.book .nav .next {
float: right;
text-align: right;
width: 45%;
padding-bottom: 0.5em;
}
.book .nav .up {
text-align: center;
@ -298,10 +303,6 @@ pre, code {
border: none;
text-align:left;
}
.menu li {
margin: 0;
padding: 0.2em 0.5em 0 0;
}
.menu li a {
display: block;
width: 100%;