Commit d06cde43 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

Merge branch 'v1.0' of github.com:paulasmuth/fnordmetric2 into v1.0

parents 1cff0217 35011b55
Loading
Loading
Loading
Loading
+19 −10
Original line number Diff line number Diff line
body, html{ height:100%; padding:0px;}
body{ background:url('img/head.png') 0 -21px repeat-x fixed #2E3133; color:#333; margin:0; padding:0; overflow-y:scroll; font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; padding-bottom:30px; overflow-x:hidden; }
body {
  background: url('img/head.png') 0 -21px repeat-x fixed #2E3133;
  color:#333;
  margin:0;
  padding:0;
  overflow-y:scroll;
  font: 12px/20px "Gotham Narrow" "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom:30px;
  overflow-x:hidden;
}

body.inner{ background:#fff; margin-right:10px; }

@@ -365,7 +374,7 @@ h1.head{ margin-top:70px; }
}

.rickshaw_legend {
font-family: Arial;
font-family: "Gotham Narrow", Helvetica, sans-serif;
font-size: 12px;
color: #333;
background: none;
+189 −189
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
  opacity: 1;
}
.rickshaw_graph .detail .x_label {
	font-family: Arial, sans-serif;
  font-family: "Gotham Narrow", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  padding: 6px;
  opacity: 0.5;
@@ -34,7 +34,7 @@
  border-radius: 3px;
  padding: 0.25em;
  font-size: 12px;
	font-family: Arial, sans-serif;
  font-family: "Gotham Narrow", Helvetica, Arial, sans-serif;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
@@ -94,7 +94,7 @@
.rickshaw_graph .x_tick .title {
  position: absolute;
  font-size: 12px;
	font-family: Arial, sans-serif;
  font-family: "Gotham Narrow", Helvetica, Arial, sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: 3px;
@@ -225,7 +225,7 @@
    -1px -1px 0 rgba(0, 0, 0, 0.8);
}
.rickshaw_legend {
	font-family: Arial;
  font-family: "Gotham Narrow", Helvetica, Arial;
  font-size: 12px;
  color: white;
  background: #404040;