Skip to content

Commit

Permalink
Namespacing sunburst CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 15, 2015
1 parent c2736b3 commit eb6890f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions panoramix/static/widgets/viz_sunburst.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ text.middle{
fill: #fff;
}

#chart {
.sunburst #chart {
height: 100%;
}

div.token {
.sunburst div.token {
height: 100%;
}

#chart path {
.sunburst path {
stroke: #fff;
}

#percentage {
.sunburst #percentage {
font-size: 2.5em;
}

0 comments on commit eb6890f

Please sign in to comment.