fix css duplicate class
This commit is contained in:
@@ -977,7 +977,7 @@ nav.pagination {
|
||||
}
|
||||
}
|
||||
|
||||
.locked {
|
||||
.lockednote {
|
||||
background: #ffa500;
|
||||
border: 1px solid;
|
||||
border-radius: 3px;
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
<% if @thread.locked? %>
|
||||
<div class="locked">This thread is locked.</div>
|
||||
<div class="lockednote">This thread is locked.</div>
|
||||
<% end %>
|
||||
|
||||
<% if current_user %>
|
||||
|
||||
Reference in New Issue
Block a user