diff options
Diffstat (limited to 'static/npost.html')
-rw-r--r-- | static/npost.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/npost.html b/static/npost.html index dd5c898..6c837cf 100644 --- a/static/npost.html +++ b/static/npost.html @@ -23,10 +23,10 @@ <li style="display: inline"><a id="bottom" href="#top">[Top]</a></li> <li style="display: inline"><a href="javascript:location.reload()">[Refresh]</a></li> </ul> -<div style=": inline; text-align: center;"> - <span><a id="reply-content" href="javascript:quote('{{ $board.Actor }}', '{{ (index .Posts 0).Id }}', 'reply')">[Post a Reply]</a></span> - {{ $replies := (index .Posts 0).Replies }} - <span style="float: right;">{{ $replies.TotalItems }} / {{ $replies.TotalImgs }}</span> +{{ $replies := (index .Posts 0).Replies }} +<span style="float: right;">{{ $replies.TotalItems }} / {{ $replies.TotalImgs }}</span> +<div style="width: 500px; margin: 0 auto; text-align: center;"> + <span ><a id="reply-content" href="javascript:quote('{{ $board.Actor }}', '{{ (index .Posts 0).Id }}', 'reply')">[Post a Reply]</a></span> </div> <hr> {{ end }} |