Merge pull request #1740 from tyrasd/patch-after-walkthrough

Fixes the icon on the final "begin mapping" dialog of the walkthough
This commit is contained in:
John Firebaugh
2013-08-24 07:58:42 -07:00
+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;
}