Archived
1
0

css tweaks

This commit is contained in:
Jeff Becker 2017-04-19 08:20:55 -04:00
parent de0f12ebc8
commit 893f1ff9db
2 changed files with 7 additions and 3 deletions

View File

@ -336,3 +336,7 @@
display: block;
margin: 0;
}
.overboard > .thread {
margin-left: 5em;
}

View File

@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
<script type="text/javascript" src="/static/overchan.js"></script>
</head>
<body>
<body class="overboard">
<hr />
<center><b>OVERCHAN</b></center>
<div id="paginator">
@ -31,9 +31,9 @@
</div>
{{#threads}}
{{#Truncate}}
Posted on <a href="{{BoardURL}}">{{Board}}</a>
<br />
<div class="thread">
Posted on <a href="{{BoardURL}}">{{Board}}</a>
<br />
{{{OP.RenderTruncatedPost}}}
<div class="excluded">{{MissingPostCount}} posts excluded</div>
{{#Replies}}