From bb9b763e758e9e2e50a800f095c9a525060dd72e Mon Sep 17 00:00:00 2001 From: Masayuki Tanaka Date: Sat, 29 Mar 2014 09:26:08 +0900 Subject: [PATCH] Fix css scope - #93 --- c3.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c3.css b/c3.css index 1ed516c..c1b0abb 100644 --- a/c3.css +++ b/c3.css @@ -1,14 +1,14 @@ /*-- Chart --*/ -svg { +.c3 svg { font: 10px sans-serif; } -path, line { +.c3 path, .c3 line { fill: none; stroke: #000; stroke-width: 1px; } -text { +.c3 text { -webkit-user-select: none; -moz-user-select: none; user-select: none;