diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 71de054ce..d2134536e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -898,7 +898,6 @@ div.secondary-actions { height: 50px; background-image: image-url("welcome-sprite.svg"); background-size: 500px 250px; - display: block; } .sprite.x { diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 324d4659a..dafa37498 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -12,15 +12,11 @@
<%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %>
<%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %>