summaryrefslogtreecommitdiff
path: root/sitestatic/archweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'sitestatic/archweb.css')
-rw-r--r--sitestatic/archweb.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index a0dfb2ec..b7d6e1ee 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -314,7 +314,7 @@ dl {
dl dt,
dl dd {
margin-bottom: 4px;
- padding: 8px 0px 4px;
+ padding: 8px 0 4px;
font-weight: bold;
border-top: 1px dotted #bbb;
}
@@ -420,7 +420,7 @@ table thead th.tablesorter-headerDesc {
}
table thead th.sorter-false {
- background-image: url();
+ background-image: none;
cursor: default;
}
@@ -490,13 +490,13 @@ table thead th.sorter-false {
h3 span.arrow {
display: block;
- width: 0px;
- height: 0px;
+ width: 0;
+ height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #1794D1;
margin: 0 auto;
- font-size: 0px;
+ font-size: 0;
line-height: 0px;
}
@@ -885,19 +885,19 @@ table td.country {
display: inline;
}
-#visualize-mirror .axis path,
-#visualize-mirror .axis line {
+.visualize-mirror .axis path,
+.visualize-mirror .axis line {
fill: none;
stroke: #000;
stroke-width: 3px;
shape-rendering: crispEdges;
}
-#visualize-mirror .url-dot {
+.visualize-mirror .url-dot {
stroke: #000;
}
-#visualize-mirror .url-line {
+.visualize-mirror .url-line {
fill: none;
stroke-width: 1.5px;
}