Archived
fix css duplicate class
This commit is contained in:
@@ -977,7 +977,7 @@ nav.pagination {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.locked {
|
.lockednote {
|
||||||
background: #ffa500;
|
background: #ffa500;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|||||||
@@ -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 %>
|
||||||
|
|||||||
Reference in New Issue
Block a user