mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 20:01:33 +00:00
Merge branch 'master' of github.com:systemed/iD
This commit is contained in:
11
css/app.css
11
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
|
||||
|
||||
BIN
img/bing.png
Normal file
BIN
img/bing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@@ -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'>© 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(),
|
||||
|
||||
Reference in New Issue
Block a user