feat: phase out HR dividers on topic, use CSS instead
parent
3133545f69
commit
6c20f4ffcc
@ -0,0 +1,4 @@
|
||||
.topic .necro-post {
|
||||
border-bottom: 1px solid @gray-lighter;
|
||||
padding-bottom: 20px;
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
<li component="topic/necro-post" class="necro-post">
|
||||
<span>{text}</span>
|
||||
<hr/>
|
||||
</li>
|
Loading…
Reference in New Issue