toolkit/exemples/couple/javascript/d3/examples/choropleth/choropleth.css
changeset 47 c0b4a8b5a012
equal deleted inserted replaced
46:efd9c589177a 47:c0b4a8b5a012
       
     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 }