I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a2a67d82 authored by str4d's avatar str4d
Browse files

Some updates to ieshim.css in classic theme to fix some IE console regressions

parent 5e11e51f
No related branches found
No related tags found
No related merge requests found
...@@ -596,7 +596,7 @@ h1 { ...@@ -596,7 +596,7 @@ h1 {
line-height: 93%; line-height: 93%;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.3em; letter-spacing: 0.3em;
background: #fff; background: #fff url(images/titlebg.png) center right no-repeat !important;
min-width: 500px; min-width: 500px;
-moz-border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0;
-khtml-border-radius: 0 3px 0 0; -khtml-border-radius: 0 3px 0 0;
......
...@@ -116,6 +116,11 @@ div.news hr { ...@@ -116,6 +116,11 @@ div.news hr {
margin: 0 -10px 0 -13px !important; margin: 0 -10px 0 -13px !important;
} }
div.routersummaryouter {
left: 5px;
top: 5px;
}
div.routersummary { div.routersummary {
color: #001; color: #001;
padding-left: 0px; padding-left: 0px;
...@@ -173,7 +178,7 @@ div.routersummary table { ...@@ -173,7 +178,7 @@ div.routersummary table {
border: 0; border: 0;
text-align: center !important; text-align: center !important;
margin: -5px 5px !important; margin: -5px 5px !important;
width: 192px !important; width: 182px !important;
overflow: hidden; overflow: hidden;
font-size: 8pt; font-size: 8pt;
padding: 0px -10px; padding: 0px -10px;
...@@ -235,10 +240,6 @@ div.warning { ...@@ -235,10 +240,6 @@ div.warning {
margin: 7px -18px 0px 5px; margin: 7px -18px 0px 5px;
} }
td {
text-align: left;
}
th { th {
text-align: left; text-align: left;
padding-left: 3px; padding-left: 3px;
...@@ -265,7 +266,7 @@ div.graphspanel hr { ...@@ -265,7 +266,7 @@ div.graphspanel hr {
} }
table { table {
width: 100% !important; width: auto !important;
} }
.links li { .links li {
...@@ -294,9 +295,5 @@ div.news { ...@@ -294,9 +295,5 @@ div.news {
font-size: 7pt; font-size: 7pt;
} }
h1, h2, h3 {
background: #fff url(images/titlebg.png) center right no-repeat !important;
}
.routersummary h2, .routersummary h3 { .routersummary h2, .routersummary h3 {
background: #fff url(images/tinytitle.png) center right tile-x !important; background: #fff url(images/tinytitle.png) center right tile-x !important;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment