Browse Source

Fixed errors in the CSS identified by cssutils

pull/8/head
jaraco 15 years ago
parent
commit
b8bb15a429
  1. 2
      svg/charts/graph.css
  2. 4
      svg/charts/plot.css

2
svg/charts/graph.css

@ -35,7 +35,7 @@ Base styles for svg.charts.Graph
.guideLines{ .guideLines{
stroke: #666666; stroke: #666666;
stroke-width: 1px; stroke-width: 1px;
stroke-dasharray: 5 5; stroke-dasharray: 5,5;
} }
.xAxisLabels{ .xAxisLabels{

4
svg/charts/plot.css

@ -45,7 +45,7 @@ default line styles
} }
.line9{ .line9{
fill: none; fill: none;
stroke: #ccc6666; stroke: #cc6666;
stroke-width: 1px; stroke-width: 1px;
} }
.line10{ .line10{
@ -189,5 +189,5 @@ default line styles
color: navy; color: navy;
stroke: navy; stroke: navy;
stroke-width: 1px; stroke-width: 1px;
stroke-dasharray: 9 1 1; stroke-dasharray: 9,1,1;
} }

Loading…
Cancel
Save