source:
Dev/trunk/d3/examples/choropleth/choropleth.css
@
76
Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 191 bytes |
Line | |
---|---|
1 | svg { |
2 | background: #eee; |
3 | width: 960px; |
4 | height: 500px; |
5 | } |
6 | |
7 | #counties path { |
8 | stroke: #fff; |
9 | stroke-width: .25px; |
10 | } |
11 | |
12 | #states path { |
13 | fill: none; |
14 | stroke: #fff; |
15 | stroke-width: 1.5px; |
16 | } |
Note: See TracBrowser
for help on using the repository browser.