Ok, I give up, reverting part of last checking because CSS sucks.

Also make style of top-mini-bar more minimal.
This commit is contained in:
uriel 2009-03-07 23:14:33 +00:00
parent 049b761355
commit 87a5e54723

View File

@ -14,7 +14,7 @@ body {
.superHeader {
color: white;
background-color: rgb(100,135,220);
height: 2em;
height: 1.6em;
}
.superHeader img {
@ -34,17 +34,13 @@ body {
text-decoration: underline;
}
.superHeader .left {
.superHeader div {
position: absolute;
left: 1.5mm;
top: 0.75ex;
top: 0.40ex;
}
.superHeader .right {
position: absolute;
right: 1.5mm;
top: 0.75ex;
}
.superHeader .left { left: 0.4em; }
.superHeader .right { right: 0.4em; }
.midHeader {
color: rgb(39,78,144);
@ -104,10 +100,11 @@ body {
width: 16em;
float: left;
clear: left;
border-right: 1px solid #ddd;
}
#side-bar div {
border-bottom: 1px solid #eee;
border-bottom: 1px solid #ddd;
}
.sideBarTitle {
@ -193,7 +190,7 @@ li ul {
line-height: 1.5em;
margin: 0em 0 0 16em;
padding: 0.5mm 5mm 5mm 5mm;
border-left: 1px solid #eee;
border-left: 1px solid #ddd;
}
#bodyText {
@ -315,7 +312,7 @@ hr {
}
acronym, .titleTip {
border-bottom: 1px solid #eee;
border-bottom: 1px solid #ddd;
cursor: help;
margin: 0;
padding: 0 0 0.4px 0;