Archived
1
0

fix ukko more

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

View File

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

View File

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