Minor tweak to sparklinePlus font size

This commit is contained in:
Bob Monteverde 2012-10-26 16:31:31 -04:00
parent a5d6c9b751
commit 48ab64d329

View File

@ -532,7 +532,7 @@ svg .title {
stroke: #666; stroke: #666;
*/ */
stroke-width: 0; stroke-width: 0;
font-size: 1em; font-size: .9em;
font-weight: normal; font-weight: normal;
} }
@ -555,7 +555,8 @@ svg .title {
stroke: #444; stroke: #444;
fill: #000; fill: #000;
*/ */
font-size: 1.25em; font-weight: bold;
font-size: 1.1em;
} }
/********** /**********