Whitespace removals.

This commit is contained in:
z3d
2009-10-16 20:01:18 +00:00
parent c3e646ca22
commit 9c2c90c0b1
17 changed files with 111 additions and 49 deletions

View File

@ -161,6 +161,15 @@ div.routersummary tr {
border: 0 !important;
}
.tunnels {
margin-top: 0 !important;
margin-left: -7px !important;
}
.tunnels tr {
padding: 4px 0 !important;
}
div.routersummary form {
margin-top: 8px;
}
@ -261,6 +270,10 @@ div.main hr, hr {
margin: 10px 0;
}
hr:last-child {
margin-top: 20px !important;
}
div.main textarea {
background: #eef;
color: #001;
@ -531,14 +544,14 @@ code {
}
a:link{
color: #007;
color: #008;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited{
color: #606;
color: #004;
text-decoration: none;
font-weight: bold;
}
@ -863,7 +876,7 @@ div.joblog li:first-child {
margin-top: 10px;
}
div.joblog li:last-child {
margin-bottom: -10px;
margin-bottom: -15px;
}
div.joblog form:first-child {