Browse Source

styling changes for #275

Here are the styling changes moved to c3.css regarding #275
pull/276/head
Brandon Bernal 11 years ago
parent
commit
9cb24ac3b0
  1. 7
      c3.css

7
c3.css

@ -66,6 +66,11 @@
.c3-text { .c3-text {
} }
.c3-text.c3-empty {
fill: #808080;
font-size: 2em;
}
/*-- Line --*/ /*-- Line --*/
.c3-line { .c3-line {
@ -188,4 +193,4 @@
.c3-chart-arc .c3-gauge-value { .c3-chart-arc .c3-gauge-value {
fill: #000; fill: #000;
font-size: 28px; font-size: 28px;
} }

Loading…
Cancel
Save