From b1896f94058e5be40c39f1c9e100db6265a0fec4 Mon Sep 17 00:00:00 2001 From: tyr Date: Sat, 24 Aug 2013 14:41:44 +0200 Subject: [PATCH] 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. --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index ec4ca75d0..5613644a3 100644 --- a/css/app.css +++ b/css/app.css @@ -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; }