Make sidebar borders more light, and remove a superfluous double-border.

This commit is contained in:
Uriel 2009-03-07 21:53:55 +00:00
parent 62fe405de0
commit d1e98c0ecf

View file

@ -104,11 +104,10 @@ body {
width: 16em; width: 16em;
float: left; float: left;
clear: left; clear: left;
border-right: 1px solid rgb(153,153,153);
} }
#side-bar div { #side-bar div {
border-bottom: 1px solid rgb(153,153,153); border-bottom: 1px solid #eee;
} }
.sideBarTitle { .sideBarTitle {
@ -194,7 +193,7 @@ li ul {
line-height: 1.5em; line-height: 1.5em;
margin: 0em 0 0 16em; margin: 0em 0 0 16em;
padding: 0.5mm 5mm 5mm 5mm; padding: 0.5mm 5mm 5mm 5mm;
border-left: 1px solid rgb(153,153,153); border-left: 1px solid #eee;
} }
#bodyText { #bodyText {
@ -316,7 +315,7 @@ hr {
} }
acronym, .titleTip { acronym, .titleTip {
border-bottom: 1px dotted rgb(153,153,153); border-bottom: 1px solid #eee;
cursor: help; cursor: help;
margin: 0; margin: 0;
padding: 0 0 0.4px 0; padding: 0 0 0.4px 0;