Fix CSS bug in chart-default.css
.aspect-sextile was missing a semicolon
This commit is contained in:
		| @@ -84,7 +84,7 @@ line.aspect-conjuction { | |||||||
| } | } | ||||||
|  |  | ||||||
| line.aspect-sextile { | line.aspect-sextile { | ||||||
|     stroke-width: 1 |     stroke-width: 1; | ||||||
|     stroke: #00cc00; |     stroke: #00cc00; | ||||||
|     stroke-dasharray: none; |     stroke-dasharray: none; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user