summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 4d7299e..cb3ee03 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -104,29 +104,38 @@ h3 {
/* Stat chart */
-#stat-chart .border-line {
+/* Border lines */
+#stat-chart .x-axis-dim-label line, #stat-chart .y-axis-dim-label line {
fill: none;
- stroke: #ccc;
opacity: .5;
shape-rendering: crispEdges;
}
+#stat-chart .x-axis-dim-label line {
+ stroke: #666;
+}
+#stat-chart .y-axis-dim-label line {
+ stroke: #bbb;
+}
+
+/* Text labels */
+/* Domain labels */
#stat-chart text {
font: 10px sans-serif;
}
-
#stat-chart .x-axis-dim-label text {
text-anchor: middle;
}
#stat-chart .y-axis-dim-label text {
text-anchor: end;
}
-
+/* Dimension labels, keeping a consistent style as axis labels */
#stat-chart text.dim-label, .axis-label {
font: 12px sans-serif;
font-weight: bold;
}
+/* Axis labels */
.axis-label {
height: 0;
width: 0;