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; margin-top: 5em;
} }
.navLinks {
padding-bottom: 50px;
}
.ukko_thread_header { .ukko_thread_header {
float: left; float: left;
clear: both; clear: both;
@ -194,7 +198,7 @@ input, textarea {
.post { .post {
margin-bottom: 5px; margin-bottom: 5px;
min-width: 460px; min-width: 500px;
} }
.postheader { .postheader {

View File

@ -43,7 +43,8 @@
<br/> <br/>
{{/ thread.Replies}} {{/ thread.Replies}}
</div> </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"> <script type="text/javascript">
var e = document.getElementById("nntpchan_banner"); var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{thread.Prefix}}"); nntpchan_inject_banners(e, "{{thread.Prefix}}");
@ -51,4 +52,4 @@
</script> </script>
</body> </body>
</html> </html>