Make vertex shadow slightly smaller

It's getting in the way too often.
This commit is contained in:
John Firebaugh
2013-03-07 10:14:55 -08:00
parent d77f8b6779
commit cb59453fcd

View File

@@ -22,7 +22,7 @@ iD.svg.Vertices = function(projection) {
.attr('class', 'node vertex');
group.append('circle')
.attr('r', 10)
.attr('r', 9)
.attr('class', 'node vertex shadow');
group.append('circle')