From ff8ff3677e00fd27bc42e62cdd25c30275742394 Mon Sep 17 00:00:00 2001 From: Wiktor Niesiobedzki Date: Mon, 21 Jan 2013 15:45:08 +0100 Subject: [PATCH] Remove surplus CSS declarations for secondary axis --- pygal/css/graph.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pygal/css/graph.css b/pygal/css/graph.css index 40fb16b..40fcd28 100644 --- a/pygal/css/graph.css +++ b/pygal/css/graph.css @@ -49,12 +49,8 @@ text.no_data { .axis.y text { text-anchor: end; } -.axis.2y text { - text-anchor: start; -} -.axis.y .logarithmic text:not(.major) , -.axis.2y .logarithmic text:not(.major) { +.axis.y .logarithmic text:not(.major) { font-size: 50%; } @@ -70,13 +66,11 @@ text.no_data { } .horizontal .axis.y .guide.line, -.horizontal .axis.2y .guide.line, .vertical .axis.x .guide.line { opacity: 0; } .axis.y .guides:hover .guide.line, -.axis.2y .guides:hover .guide.line, .line-graph .axis.x .guides:hover .guide.line, .gauge-graph .axis.x .guides:hover .guide.line, .stackedline-graph .axis.x .guides:hover .guide.line,