Archived
1
0

style tweaks

This commit is contained in:
Jeff Becker 2016-02-15 16:55:36 -05:00
parent 4fd443dce4
commit 27bf7de803
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
}
.reply, .thread_header {
.reply, .ukko_thread_header {
background: #D6DAF0;
}

View File

@ -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}}}