fix ukko more
This commit is contained in:
parent
27bf7de803
commit
da42b8fc7d
@ -141,8 +141,8 @@ a, a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ukko_thread_header {
|
.ukko_thread_header {
|
||||||
padding: 5px 5px;
|
margin-left: 10%;
|
||||||
margin: 5px 5px;
|
float: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
</center>
|
</center>
|
||||||
<div id="ukko_threads">
|
<div id="ukko_threads">
|
||||||
{{#threads}}
|
{{#threads}}
|
||||||
<div class="thread ukko_thread_header">
|
<div class="ukko_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>
|
||||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||||
|
Reference in New Issue
Block a user