]> git.openstreetmap.org Git - rails.git/commitdiff
Style readonly notice correctly
authorTom Hughes <tom@compton.nu>
Sun, 1 Apr 2012 08:05:47 +0000 (09:05 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 1 Apr 2012 08:05:47 +0000 (09:05 +0100)
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 %>