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;

View File

@@ -182,6 +182,10 @@ div.routersummary h4 {
box-shadow: 0px 0px 1px 1px #bdf;
}
div.routersummary ul {
text-align: left !important;
}
div.routersummary table {
border: 0;
text-align: center !important;
@@ -239,6 +243,11 @@ div.routersummary img:hover:first-child {
opacity: 1;
}
div.newsheadings {
text-align: right;
margin: 0 0 0 10px;
}
div.tunnels {
margin-top: 6px !important;
margin-left: -2px !important;

View File

@@ -226,6 +226,10 @@ div.routersummary h4 {
line-height: 100% !important;
}
div.routersummary ul {
text-align: left !important;
}
div.routersummary table {
border: 0;
text-align: center !important;
@@ -265,6 +269,11 @@ div.routersummary td:first-child {
overflow: hidden;
}
div.newsheadings {
text-align: right;
margin: 0 0 0 10px;
}
div.tunnels table{
margin: -2px 0px -4px 2px !important;
text-align: center !important;