Fix CSS bug in chart-default.css

.aspect-sextile was missing a semicolon
This commit is contained in:
Gergely Polonkai 2014-09-21 22:55:28 +02:00
parent cc4b37d1ac
commit 3c5582d5e2
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ line.aspect-conjuction {
}
line.aspect-sextile {
stroke-width: 1
stroke-width: 1;
stroke: #00cc00;
stroke-dasharray: none;
}