]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Style readonly notice correctly
[rails.git] / app / views / layouts / site.html.erb
index 8b2299c179712261384c7e860b097bed32c86bb9..d5a5815e87e9c25c1b765efc623d9442a3ba615b 100644 (file)
@@ -93,7 +93,7 @@
         <p><%= t 'layouts.osm_offline' %></p>
       </div>
       <% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
-      <div id="sidebar-alert">
+      <div class="sidebar-alert">
         <p><%= t 'layouts.osm_read_only' %></p>
       </div>
       <% end %>