From 2a4f7519cbb32ccccdafdcff3c696cd0e5a947b2 Mon Sep 17 00:00:00 2001 From: Stephen Bannasch Date: Sun, 30 Oct 2011 22:24:52 -0400 Subject: [PATCH] make X and Y axis tic labels smaller --- stylesheets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index edba7a4..852419b 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -81,6 +81,13 @@ circle { fill: #ff7f0e; stroke: #ff7f0e; } +g.y { + font-size: 0.9em; +} + +g.x { + font-size: 0.9em; +} a { color: #1170A3 !important;