fix typos
This commit is contained in:
parent
007851056f
commit
f8d3f85a4d
@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.reply, .ukko_thread_header {
|
.reply, .thread_header {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<div id="ukko_threads">
|
<div id="ukko_threads">
|
||||||
{{#threads}}
|
{{#threads}}
|
||||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||||
<div clsss="thread_header">
|
<div class="thread_header">
|
||||||
<p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
<p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
||||||
</div>
|
</div>
|
||||||
{{{OP.Truncate.RenderPost}}}
|
{{{OP.Truncate.RenderPost}}}
|
||||||
|
Reference in New Issue
Block a user