summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-11-10 17:09:51 -0600
committerDan McGee <dan@archlinux.org>2012-11-11 14:36:14 -0600
commita358e132886972dc4e9f1f546e36a5f3a2218a39 (patch)
tree5443b12922e987f9a9afee5492703cbdce516e13 /sitestatic
parentaeeb4718e83cd2f82d94b1aa0c0ba36ba21a2b37 (diff)
downloadarchweb-a358e132886972dc4e9f1f546e36a5f3a2218a39.tar.gz
archweb-a358e132886972dc4e9f1f546e36a5f3a2218a39.zip
Mirror status graph, now with points AND lines
We might have to tweak the interpolation method once we see this with real data, but for now it looks really pretty locally. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index 24a0f121..7ef85016 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -884,10 +884,15 @@ table td.country {
shape-rendering: crispEdges;
}
-#visualize-mirror .dot {
+#visualize-mirror .url-dot {
stroke: #000;
}
+#visualize-mirror .url-line {
+ fill: none;
+ stroke-width: 1.5px;
+}
+
/* dev/TU biographies */
#arch-bio-toc {
width: 75%;