Fixed a bug in a console_big.css override in light and dark themes

This commit is contained in:
str4d
2012-07-28 13:45:12 +00:00
parent f8fe2a295f
commit 639253e9bb
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ div.routersummary table {
}
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
text-shadow: 0 0 0 #fff !important;
text-shadow: 0 0 0 0 !important;
}
div.routersummary h4 {

View File

@@ -11,7 +11,7 @@ div.routersummary a {
}
div.routersummary h3, div.routersummary h4, div.routersummary p, div.routersummary h3 a, div.routersummary a {
text-shadow: 0 0 0 #fff !important;
text-shadow: 0 0 0 0 !important;
}
@@ -90,4 +90,4 @@ div.tunnels a {
code, tt {
font-size: 10pt !important;
}
}