Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Saman Bemel-Benrud
2012-12-10 16:45:52 -05:00
3 changed files with 13 additions and 4 deletions

View File

@@ -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

BIN
img/bing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -154,9 +154,9 @@ window.iD = function(container) {
this.append('div')
.attr('id', 'about')
.html("<a href='http://github.com/systemed/iD'>code</a>, " +
"<a href='http://github.com/systemed/iD/issues'>report a bug</a> " +
"/ imagery <a href='http://opengeodata.org/microsoft-imagery-details'>&copy; 2012</a> Bing, GeoEye, Getmapping, Intermap, Microsoft.</p>");
.html("<a href='http://github.com/systemed/iD'>code</a> " +
"<a href='http://github.com/systemed/iD/issues'>report a bug</a>" +
" <a href='http://opengeodata.org/microsoft-imagery-details'><img src='img/bing.png' /></a>");
history.on('change.buttons', function() {
var undo = history.undoAnnotation(),