Don't use a maring for threads
This commit is contained in:
parent
00816c1a95
commit
7db701b23a
@ -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,11 +316,9 @@ img.thumbnail {
|
||||
}
|
||||
|
||||
.thread {
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding-left: 10%;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
width: 100%;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
max-width: 90%
|
||||
}
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
</center>
|
||||
<div id="ukko_threads">
|
||||
{{#threads}}
|
||||
<div class="ukko_thread_header">
|
||||
<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}}}
|
||||
|
Reference in New Issue
Block a user