Intitial proxy error tweaks, readme alt tag fixology. <b>(Blame the French!)

This commit is contained in:
z3d
2009-07-18 21:27:57 +00:00
parent a91cc94228
commit 748203f4e7
15 changed files with 65 additions and 32 deletions

View File

@ -100,12 +100,19 @@ div.routersummary {
}
div.warning {
margin: 0em 1em 1em 224px;
padding: .5em 1em;
background: #ffefef;
border: medium solid #ffafaf;
margin: 0 20px 10px 224px;
padding: 20px 25px 20px 75px;
background: #fff;
border: 1px solid #d00;
text-align: left;
color: inherit;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
text-align: justify;
background-image:url("images/errortriangle.png");
background-position:15px center;
background-repeat:no-repeat;
}
div.main {
@ -229,9 +236,9 @@ tr:nth-child(odd) {
}
tr:last-child {
background: #bbf url('images/lightbluetile.png') !important;
background: #004 url('images/lightbluetile.png') !important;
font-weight: bold;
font-size: 8pt;
border: 1px solid #99f !important;
}
td {
@ -469,4 +476,9 @@ textarea {
border: 1px solid #99f;
}
form {}
form {}
.proxyfooter {
font-color: #f00;
font-size: 7pt;
}