Style adjustments

This commit is contained in:
Brad Beattie 2009-03-06 11:42:59 -08:00
parent fa235bae48
commit 0af8813020
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
.fill1, .key1, .dataPoint1 { fill: #666 !important; }
.fill1 { fill: #666 !important; }
.line1 { stroke: #666 !important; }
.dataPoint1, .key1 { fill: #666 !important; }
.fill2, .key2 { fill: #bac9e0 !important; }
.fill2 { fill-opacity: 0.8 !important; }
.line2 { stroke: #003d99 !important; }
.dataPoint2 { fill: #003d99 !important; }
.fill2 { fill: #bacce0 !important; fill-opacity: 0.8 !important; }
.line2 { stroke: #507AAA !important; }
.dataPoint2, .key2 { fill: #507AAA !important; }

View File

@ -1,10 +1,10 @@
.fill1, .key1, .dataPoint1 { fill: #666 !important; }
.fill1 { fill: #666 !important; }
.line1 { stroke: #666 !important; }
.key1, .dataPoint1 { fill: #666 !important; }
.fill2, .key2 { fill: #BAE0BA !important; }
.fill2 { fill-opacity: 0.8 !important; }
.fill2 { fill: #BAE0BA !important; fill-opacity: 0.8 !important; }
.line2 { stroke: #090 !important; }
.dataPoint2 { fill: #090 !important; }
.dataPoint2, .key2 { fill: #090 !important; }
.key3 { fill: #95964e !important; }
.dataPoint3 { stroke: #95964e !important; stroke-width: 10px !important; }