Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mbostock/polymaps into integrate
Browse files Browse the repository at this point in the history
Conflicts:
	src/start.js
  • Loading branch information
Mike Bostock committed Sep 7, 2010
2 parents ba33327 + ac2f94a commit abd9b1c
Show file tree
Hide file tree
Showing 13 changed files with 511 additions and 249 deletions.
8 changes: 8 additions & 0 deletions examples/example.css
Expand Up @@ -32,6 +32,14 @@ svg {
stroke-width: 1.5px;
}

.compass rect.back.fore {
fill: #999;
fill-opacity: .3;
stroke: #eee;
stroke-width: 1px;
shape-rendering: crispEdges;
}

.compass .direction {
fill: none;
}
Expand Down

0 comments on commit abd9b1c

Please sign in to comment.