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 {
|
.reply, .ukko_thread_header {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
|
margin-right: 200px;
|
||||||
|
margin-left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
@ -141,7 +147,6 @@ a, a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ukko_thread_header {
|
.ukko_thread_header {
|
||||||
margin-left: 10%;
|
|
||||||
float: left;
|
float: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
@ -311,11 +316,9 @@ img.thumbnail {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thread {
|
.thread {
|
||||||
float: left;
|
width: 100%;
|
||||||
width: 100%;
|
margin-top: 1px;
|
||||||
padding-left: 10%;
|
margin-bottom: 1px;
|
||||||
margin-top: 1px;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
max-width: 90%
|
max-width: 90%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
</center>
|
</center>
|
||||||
<div id="ukko_threads">
|
<div id="ukko_threads">
|
||||||
{{#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>
|
<p>Posted on <a href="{{{BoardURL}}}"><span class="ukko_boardname">{{OP.Board}}</span></a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
|
||||||
{{{OP.Truncate.RenderPost}}}
|
{{{OP.Truncate.RenderPost}}}
|
||||||
{{#Truncate.Replies}}
|
{{#Truncate.Replies}}
|
||||||
{{{Truncate.RenderPost}}}
|
{{{Truncate.RenderPost}}}
|
||||||
|
Reference in New Issue
Block a user