fix css duplicate class

This commit is contained in:
jomo
2014-10-18 19:28:35 +02:00
parent cf5207b22f
commit ebab21445b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ nav.pagination {
} }
} }
.locked { .lockednote {
background: #ffa500; background: #ffa500;
border: 1px solid; border: 1px solid;
border-radius: 3px; border-radius: 3px;
+1 -1
View File
@@ -32,7 +32,7 @@
<% if @thread.locked? %> <% if @thread.locked? %>
<div class="locked">This thread is locked.</div> <div class="lockednote">This thread is locked.</div>
<% end %> <% end %>
<% if current_user %> <% if current_user %>