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