Fixing styles with most recent trunk

This commit is contained in:
Brad Beattie 2009-03-30 13:28:45 -07:00
parent 69f7eedbb8
commit bf61b20956
3 changed files with 8 additions and 2 deletions

View File

@ -2,4 +2,6 @@
.line2 { stroke: #507AAA !important; } .fill2 { fill: #BACCE0 !important; } .key2 { fill: #507AAA !important; }
.fill1, .fill2 { fill-opacity: 0.6 !important; }
.line1, .line2 { stroke-width: 2px !important; }
.line1, .line2 { stroke-width: 2px !important; }
.guideLines { stroke-opacity: 0.2 !important; }

View File

@ -6,4 +6,6 @@
.line6 { stroke: #C0C !important; } .fill6 { fill: #C0C !important; } .key6 { fill: #C0C !important; }
.fill1, .fill2, .fill3, .fill4, .fill5, .fill6 { fill-opacity: 0.6 !important; }
.line1, .line2, .line3, .line4, .line5, .line6 { stroke-width: 2px !important; }
.line1, .line2, .line3, .line4, .line5, .line6 { stroke-width: 2px !important; }
.guideLines { stroke-opacity: 0.2 !important; }

View File

@ -9,3 +9,5 @@
.dataPoint1, .dataPoint2 { display: none !important; }
.dataPoint3 { stroke: #AA5050 !important; stroke-width: 10px !important; }
.key3 { fill: #AA5050 !important; }
.guideLines { stroke-opacity: 0.2 !important; }