Fix up alignment of news headings in other themes

This commit is contained in:
str4d
2012-06-20 12:56:00 +00:00
parent 99eb49e347
commit 33c4b321db
3 changed files with 27 additions and 0 deletions

View File

@@ -216,6 +216,10 @@ div.routersummary h3 a, div.routersummary h4 a {
text-decoration: none;
}
div.routersummary ul {
text-align: left !important;
}
div.routersummary table {
border: 0;
text-align: center !important;
@@ -234,6 +238,11 @@ div.routersummary tr {
border: 0 !important;
}
div.newsheadings {
text-align: right;
margin: 0 0 0 10px;
}
div.tunnels table {
margin: 0 -7px !important;
width: 193px;