]> nos-oignons.net Git - graphnion.git/blob - bw_graphs.css
typo
[graphnion.git] / bw_graphs.css
1 /* graphnion: display Tor relay graphs on a website
2  *
3  * Copyright © 2013-2015 Nos oignons <contact@nos-oignons.net>
4  *
5  * graphnion is licensed under the Creative Commons Attribution-Share
6  * Alike 3.0 Unported license.
7  *
8  * You are free:
9  *
10  * • to share – to copy, distribute and transmit the work
11  * • to remix – to adapt the work
12  *
13  * Under the following conditions:
14  * • attribution – You must attribute the work in the manner specified
15  *   by the author or licensor (but not in any way that suggests that they
16  *   endorse you or your use of the work).
17  * • share alike – If you alter, transform, or build upon this work,
18  *   you may distribute the resulting work only under the same or similar
19  *   license to this one.
20  */
21
22 .axis path,
23 .axis line {
24   fill: none;
25   stroke: #000;
26   shape-rendering: crispEdges;
27 }
28
29 #bandwidth form {
30   margin: auto;
31   width: 35em;
32 }
33
34 #bandwidth div {
35   float: left;
36   width: 7em;
37 }
38 #bandwidth svg {
39   clear: left;
40 }