More CSS tweaks and an intial stab at taming susidns' unruly layout!

This commit is contained in:
z3d
2009-07-20 11:18:31 +00:00
parent 0de2f492d1
commit 0607a87514
6 changed files with 75 additions and 26 deletions

View File

@@ -105,7 +105,7 @@ div.warning {
margin: 5px 20px 10px 240px;
padding: 0px 25px 20px 75px;
background: #fff;
border: 1px solid #d00;
border: 1px solid #002;
text-align: left;
color: inherit;
-moz-border-radius: 4px;
@@ -115,6 +115,7 @@ div.warning {
background-image:url("images/errortriangle.png");
background-position:15px center;
background-repeat:no-repeat;
-moz-box-shadow: inset 0px 0px 1px 0px #d00;
}
div.main {

View File

@@ -37,7 +37,7 @@ label {
}
h4 {
font-size: 13pt;
font-size: 11pt;
font-weight: bold !important;
color: #001;
text-align: center;