Archived
1
0

add footer links to threads

This commit is contained in:
ZiRo 2016-02-17 10:53:20 +01:00
parent a9e377563d
commit 649cc96269
2 changed files with 8 additions and 3 deletions

View File

@ -155,6 +155,10 @@ a, a:visited {
margin-top: 5em;
}
.navLinks {
padding-bottom: 50px;
}
.ukko_thread_header {
float: left;
clear: both;
@ -194,7 +198,7 @@ input, textarea {
.post {
margin-bottom: 5px;
min-width: 460px;
min-width: 500px;
}
.postheader {

View File

@ -43,7 +43,8 @@
<br/>
{{/ thread.Replies}}
</div>
<br/>
<hr/>
<div class="navLinks">[<a href="{{thread.BoardURL}}" accesskey="a">Return</a>] [<a href="#thread_{{thread.OP.PostHash}}">Top</a>] </div>
<script type="text/javascript">
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{thread.Prefix}}");