From 0af8813020da4c40ac762209b6b17559924642de Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Fri, 6 Mar 2009 11:42:59 -0800 Subject: [PATCH] Style adjustments --- assets/stylesheets/issue_age.css | 10 +++++----- assets/stylesheets/target_version.css | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/stylesheets/issue_age.css b/assets/stylesheets/issue_age.css index 17f28d6..cae9bee 100755 --- a/assets/stylesheets/issue_age.css +++ b/assets/stylesheets/issue_age.css @@ -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; } \ No newline at end of file +.fill2 { fill: #bacce0 !important; fill-opacity: 0.8 !important; } +.line2 { stroke: #507AAA !important; } +.dataPoint2, .key2 { fill: #507AAA !important; } diff --git a/assets/stylesheets/target_version.css b/assets/stylesheets/target_version.css index a4040f7..db2775d 100755 --- a/assets/stylesheets/target_version.css +++ b/assets/stylesheets/target_version.css @@ -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; } \ No newline at end of file