Midnight top 'n tail.

This commit is contained in:
z3d
2010-12-11 03:34:38 +00:00
parent a292770415
commit 4833b68fc0

View File

@ -67,7 +67,7 @@ div.logo a:hover {
/* http proxy error warning */ /* http proxy error warning */
div.warning { div.warning {
margin: 25px 25px 10px 260px; margin: 25px 25px 15px 260px;
padding: 0px 20px 20px 75px; padding: 0px 20px 20px 75px;
background: #001; background: #001;
border: 1px solid #99f; border: 1px solid #99f;
@ -766,12 +766,12 @@ p {
padding-bottom: -2px; padding-bottom: -2px;
text-align: justify; text-align: justify;
margin-top: 5px !important; margin-top: 5px !important;
margin-left: 5px !important; margin-left: 5px !important;
} }
.links li { .links li {
list-style-image: url("images/link.png") !important; list-style-image: url("images/link.png") !important;
padding-right: 20px !important; padding-right: 15px !important;
} }
.links li:last-child { .links li:last-child {
@ -830,8 +830,8 @@ tt {
.tidylist { .tidylist {
text-align: justify; text-align: justify;
padding-right: 30px; padding-right: 20px;
margin-right: 20px; margin-right: 10px !important;
} }
div.graphspanel { div.graphspanel {
@ -909,3 +909,11 @@ div.footnote hr{
height: 1px; height: 1px;
border: 0px solid #99f; border: 0px solid #99f;
} }
.topness {
font-size: 7.5pt;
text-align: right;
margin-top: -23px;
margin-bottom: -5px;
margin-right: 5px;
}