projects
/
website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of ssh://bulbe/website
[website.git]
/
assets
/
bw_graphs.css
1
.axis path,
2
.axis line {
3
fill: none;
4
stroke: #000;
5
shape-rendering: crispEdges;
6
}
7
8
#bandwidth form {
9
margin: auto;
10
width: 35em;
11
}
12
13
#bandwidth div {
14
float: left;
15
width: 7em;
16
}
17
#bandwidth svg {
18
clear: left;
19
}