From 48ab64d32924fc184dd9c4d4ef66c403f6f0ba2d Mon Sep 17 00:00:00 2001 From: Bob Monteverde Date: Fri, 26 Oct 2012 16:31:31 -0400 Subject: [PATCH] Minor tweak to sparklinePlus font size --- src/nv.d3.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/nv.d3.css b/src/nv.d3.css index 8d24a24..aa10861 100644 --- a/src/nv.d3.css +++ b/src/nv.d3.css @@ -532,7 +532,7 @@ svg .title { stroke: #666; */ stroke-width: 0; - font-size: 1em; + font-size: .9em; font-weight: normal; } @@ -555,7 +555,8 @@ svg .title { stroke: #444; fill: #000; */ - font-size: 1.25em; + font-weight: bold; + font-size: 1.1em; } /**********