diff --git a/css/app.css b/css/app.css index 4bbf3bceb..02c9cc004 100644 --- a/css/app.css +++ b/css/app.css @@ -491,17 +491,8 @@ img.tile { position:absolute; bottom:5px; right:5px; + background:#fff; padding:2px 5px; - text-shadow:0px 0px 2px #000; -} - -#about img { - vertical-align:middle; - margin-left:5px; -} - -#about a:hover { - color:#fff; } /* Account Information diff --git a/js/id/modes/add_road.js b/js/id/modes/add_road.js index 745d11a07..daf7e455f 100644 --- a/js/id/modes/add_road.js +++ b/js/id/modes/add_road.js @@ -3,7 +3,7 @@ iD.modes.AddRoad = function() { id: 'add-road', button: 'road', title: 'Road', - description: 'Roads can be highways, streets, pedestrian paths, or even canals' + description: 'Roads can be highways, streets, pedestrian paths, or even canals.' }; mode.enter = function() { diff --git a/js/id/ui/layerswitcher.js b/js/id/ui/layerswitcher.js index 57d49bcad..d9ee05b02 100644 --- a/js/id/ui/layerswitcher.js +++ b/js/id/ui/layerswitcher.js @@ -31,9 +31,9 @@ iD.layerswitcher = function(map) { .attr('class', 'opacity-options-wrapper fillL2') .html("Layers") .append('ul') - .attr('class', 'opacity-options') - .attr('data-original-title', 'Adjust the layer opacity') + .attr('data-original-title', 'Adjust the opacity') .call(bootstrap.tooltip().placement('right')) + .attr('class', 'opacity-options') .selectAll('a.opacity') .data(opacities) .enter()