Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0eb74f

Browse files
committedApr 7, 2016
Changing css formatting for big number
1 parent df141cb commit e0eb74f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎caravel/assets/visualizations/big_number.css

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.big_number g.axis text, .big_number_total g.axis text {
1+
.big_number g.axis text,
2+
.big_number_total g.axis text {
23
font-size: 10px;
34
font-weight: normal;
45
color: gray;
@@ -8,18 +9,21 @@
89
font-weight: none;
910
}
1011

11-
.big_number text.big, .big_number_total text.big{
12+
.big_number text.big,
13+
.big_number_total text.big{
1214
stroke: black;
1315
text-anchor: middle;
1416
fill: black;
1517
}
1618

17-
.big_number g.tick line, .big_number_total g.tick line{
19+
.big_number g.tick line,
20+
.big_number_total g.tick line{
1821
stroke-width: 1px;
1922
stroke: grey;
2023
}
2124

22-
.big_number .domain, .big_number_total .domain{
25+
.big_number .domain,
26+
.big_number_total .domain{
2327
fill: none;
2428
stroke: black;
2529
stroke-width: 1;

0 commit comments

Comments
 (0)
Please sign in to comment.