blob: 7be52dbd0df4e804a2c9e6e5b5392215f0d4b4cf [file] [log] [blame]
Scott Baker771819b2014-03-19 22:10:17 -07001.row {
2 margin-right: -15px;
3 margin-left: -15px;
4}
5
6.row:before,
7.row:after {
8 display: table;
9 content: " ";
10}
11
12.row:after {
13 clear: both;
14}
15
16.row:before,
17.row:after {
18 display: table;
19 content: " ";
20}
21
22.row:after {
23 clear: both;
24}
25
Scott Bakerdb403bb2014-04-21 00:26:00 -070026.graph_container {
27 width: 800px;
28}
29
30.col-md-halfgraph,
31.col-md-fullgraph {
Scott Baker771819b2014-03-19 22:10:17 -070032 position: relative;
33 min-height: 1px;
34 padding-right: 15px;
35 padding-left: 15px;
36}
37
Scott Bakerdb403bb2014-04-21 00:26:00 -070038.col-md-halfgraph,
39.col-md-fullgraph {
Scott Baker771819b2014-03-19 22:10:17 -070040 float: left;
41}
Scott Bakerdb403bb2014-04-21 00:26:00 -070042.col-md-halfgraph {
43 width: 350px;
44}
45.col-md-fullgraph {
46 width: 700px;
47}
48.col-md-12 {
Scott Baker771819b2014-03-19 22:10:17 -070049 width: 100%;
50}