Whitespace removals.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user