Archived
1
0

Don't use a maring for threads

This commit is contained in:
ZiRo 2016-02-16 13:42:28 +01:00
parent 00816c1a95
commit 7db701b23a
2 changed files with 11 additions and 8 deletions

View File

@ -82,8 +82,14 @@ table tbody tr:nth-of-type( even ) {
}
.reply {
background: #D6DAF0;
}
.reply, .ukko_thread_header {
background: #D6DAF0;
margin-right: 200px;
margin-left: 24px;
}
legend {
@ -141,7 +147,6 @@ a, a:visited {
}
.ukko_thread_header {
margin-left: 10%;
float: left;
display: inline-block;
}
@ -311,9 +316,7 @@ img.thumbnail {
}
.thread {
float: left;
width: 100%;
padding-left: 10%;
margin-top: 1px;
margin-bottom: 1px;
max-width: 90%

View File

@ -19,10 +19,10 @@
</center>
<div id="ukko_threads">
{{#threads}}
<div class="thread" id="thread_{{OP.PostHash}}">
<div class="ukko_thread_header">
<p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
</div>
<div class="thread" id="thread_{{OP.PostHash}}">
{{{OP.Truncate.RenderPost}}}
{{#Truncate.Replies}}
{{{Truncate.RenderPost}}}