Bump to -1, belatedly; more aesthetic nudges.

This commit is contained in:
z3d
2009-10-14 17:25:29 +00:00
parent 2cfc2bb60d
commit c3e646ca22
4 changed files with 19 additions and 7 deletions

View File

@ -269,16 +269,17 @@ div.main textarea {
div.news {
margin: 15px 15px 15px 220px;
padding: 5px 30px 15px 30px;
padding: 5px 30px 10px 30px;
border: 1px solid #99f;
background: #004;
background-image: -moz-linear-gradient(top, bottom, from(#003), to(#005), color-stop(30%, #003), color-stop(100%, #001));
/* background: #003 url("images/darkbluetile.png");*/
color: #eef;
color: #aaf;
border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
text-align: justify;
font-size: 7.5pt;
text-align: right;
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
-khtml-box-shadow: inset 0px 0px 1px 0px #eef;
box-shadow: inset 0px 0px 1px 0px #eef;
@ -305,8 +306,14 @@ div.news h4 {
div.news p {
margin-top: -5px;
font-size: 8.5pt;
color: #eef;
}
div.news hr {
margin: -2px 0 5px 0;
}
div.confignav {
padding: 15px 10px !important;
margin: 15px 0;
@ -690,6 +697,11 @@ hr {
margin: 10px 0;
}
hr:last-child {
margin-top: 20px;
}
sidebarlogo {
text-align: center;
}