comparison themes/default/style.css @ 127:d9be5fecd7e5

BUGFIX: Make the sidebar border work correctly.
author Steve Kemp <steve@steve.org.uk>
date Sun, 16 Dec 2007 20:31:09 +0000
parents 5225c6026410
children
comparison
equal deleted inserted replaced
126:5225c6026410 127:d9be5fecd7e5
4 padding-top: 1px; 4 padding-top: 1px;
5 padding-bottom: 1em; 5 padding-bottom: 1em;
6 background-color: white; 6 background-color: white;
7 color: black; 7 color: black;
8 margin: 0; 8 margin: 0;
9 margin-right: 185px;
10 border-right: 1px solid rgb(128, 128, 128);
11
9 } 12 }
10 13
11 div.title { 14 div.title {
12 } 15 }
13 16