diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-10 17:09:51 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-11 14:36:14 -0600 |
commit | a358e132886972dc4e9f1f546e36a5f3a2218a39 (patch) | |
tree | 5443b12922e987f9a9afee5492703cbdce516e13 /sitestatic | |
parent | aeeb4718e83cd2f82d94b1aa0c0ba36ba21a2b37 (diff) |
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.css | 7 |
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%; |