Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
c3-closed
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
charts
c3-closed
Commits
bb9b763e
Commit
bb9b763e
authored
Mar 29, 2014
by
Masayuki Tanaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix css scope - #93
parent
75ae36e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
c3.css
c3.css
+3
-3
No files found.
c3.css
View file @
bb9b763e
/*-- Chart --*/
/*-- Chart --*/
svg
{
.c3
svg
{
font
:
10px
sans-serif
;
font
:
10px
sans-serif
;
}
}
path
,
line
{
.c3
path
,
.c3
line
{
fill
:
none
;
fill
:
none
;
stroke
:
#000
;
stroke
:
#000
;
stroke-width
:
1px
;
stroke-width
:
1px
;
}
}
text
{
.c3
text
{
-webkit-user-select
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-moz-user-select
:
none
;
user-select
:
none
;
user-select
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment