diff options
author | Dan McGee <dan@archlinux.org> | 2012-11-10 22:41:09 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-11-10 22:41:09 +0100 |
commit | 07d2fc5d358992a52908cccbbca4a11d01e98da3 (patch) | |
tree | 735357c0f23f80dcce3866f50afcf38c1a9202d8 /sitestatic | |
parent | 86102c6e645451c03e3e576060eba7f93350bf6b (diff) | |
download | archweb-07d2fc5d358992a52908cccbbca4a11d01e98da3.tar.gz archweb-07d2fc5d358992a52908cccbbca4a11d01e98da3.tar.xz |
Add initial version of mirror status chart
Still have some hardcoded stuff to rip out and replace to make this a
bit more dynamic on things like sizing, but for now, this is a great
start.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 2a91c39..24a0f12 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -877,6 +877,17 @@ table td.country { display: inline; } +#visualize-mirror .axis path, +#visualize-mirror .axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} + +#visualize-mirror .dot { + stroke: #000; +} + /* dev/TU biographies */ #arch-bio-toc { width: 75%; |