From 7d55580bce9b6b1b4b13732d1fed22d095e9c3ae Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 29 Aug 2014 12:26:01 +0200 Subject: [PATCH] Move aspect styles to a CSS class --- src/resources/ui/chart-default.css | 6 ++++++ src/resources/ui/chart-default.xsl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/resources/ui/chart-default.css b/src/resources/ui/chart-default.css index abadf5f..fd56dbf 100644 --- a/src/resources/ui/chart-default.css +++ b/src/resources/ui/chart-default.css @@ -70,3 +70,9 @@ path.planet-symbol { fill: none; stroke: #000080; } + +line.aspect { + stroke-width: 1; + stroke: #000000; + stroke-dasharray: 20,10; +} diff --git a/src/resources/ui/chart-default.xsl b/src/resources/ui/chart-default.xsl index 4913f5b..872ce18 100644 --- a/src/resources/ui/chart-default.xsl +++ b/src/resources/ui/chart-default.xsl @@ -643,7 +643,7 @@ - +