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