style tweaks
This commit is contained in:
parent
4fd443dce4
commit
27bf7de803
@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
|
||||
}
|
||||
|
||||
|
||||
.reply, .thread_header {
|
||||
.reply, .ukko_thread_header {
|
||||
background: #D6DAF0;
|
||||
}
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
</center>
|
||||
<div id="ukko_threads">
|
||||
{{#threads}}
|
||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||
<div class="ukko_thread_header">
|
||||
<div class="thread ukko_thread_header">
|
||||
<p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||
{{{OP.Truncate.RenderPost}}}
|
||||
{{#Truncate.Replies}}
|
||||
{{{Truncate.RenderPost}}}
|
||||
|
Reference in New Issue
Block a user