forked from I2P_Developers/i2p.i2p
Fix up alignment of news headings in other themes
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user