mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
fixes the icon on the final "begin mapping" dialog of the walkthough
because of recent changes of the sprite.svg image, the dialog did accidentaly show the google plus logo.
This commit is contained in:
+1
-1
@@ -2793,6 +2793,6 @@ img.wiki-image {
|
||||
.huge-modal-button .illustration {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
background: rgba(0, 0, 0, 0) url(img/sprite.svg) no-repeat -301px -220px;
|
||||
background: rgba(0, 0, 0, 0) url(img/sprite.svg) no-repeat -400px -220px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user