diff --git a/css/app.css b/css/app.css index 02c9cc004..4bbf3bceb 100644 --- a/css/app.css +++ b/css/app.css @@ -491,8 +491,17 @@ 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/img/bing.png b/img/bing.png new file mode 100644 index 000000000..a5a5c38dd Binary files /dev/null and b/img/bing.png differ diff --git a/js/id/id.js b/js/id/id.js index 3a80d91b3..47e2e3d12 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -154,9 +154,9 @@ window.iD = function(container) { this.append('div') .attr('id', 'about') - .html("code, " + - "report a bug " + - "/ imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.

"); + .html("code " + + "report a bug" + + " "); history.on('change.buttons', function() { var undo = history.undoAnnotation(),