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:
tyr
2013-08-24 14:41:44 +02:00
parent 2c93e053ae
commit b1896f9405
+1 -1
View File
@@ -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;
}