fix css bug
This commit is contained in:
parent
77d87c0856
commit
48cc9a6b6b
@ -68,12 +68,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{{/board.Threads}}
|
{{/board.Threads}}
|
||||||
</div>
|
</div>
|
||||||
<div class="pagelist">{{# board.PageList }}[<a href="{{LinkURL}}"> {{Text}} </a>] {{/ board.PageList }}
|
|
||||||
<span class="navbar-sep">
|
|
||||||
|
|
|
||||||
</span>
|
|
||||||
<a href="{{board.Prefix}}catalog-{{board.Name}}.html"> {{#i18n.Translations}}{{catalog_label}}{{/i18n.Translations}} </a>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var prefix = "{{board.Prefix}}";
|
var prefix = "{{board.Prefix}}";
|
||||||
var e = document.getElementById("nntpchan_banner");
|
var e = document.getElementById("nntpchan_banner");
|
||||||
@ -82,6 +76,12 @@
|
|||||||
ready(prefix);
|
ready(prefix);
|
||||||
</script>
|
</script>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
<div class="pagelist">{{# board.PageList }}[<a href="{{LinkURL}}"> {{Text}} </a>] {{/ board.PageList }}
|
||||||
|
<span class="navbar-sep">
|
||||||
|
|
|
||||||
|
</span>
|
||||||
|
<a href="{{board.Prefix}}catalog-{{board.Name}}.html"> {{#i18n.Translations}}{{catalog_label}}{{/i18n.Translations}} </a>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||||
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
||||||
|
@ -67,6 +67,14 @@
|
|||||||
<hr />
|
<hr />
|
||||||
{{/threads}}
|
{{/threads}}
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript" >
|
||||||
|
var prefix = "{{prefix}}";
|
||||||
|
var e = document.getElementById("nntpchan_banner");
|
||||||
|
nntpchan_inject_banners(e, prefix);
|
||||||
|
if(init) init(prefix);
|
||||||
|
ready(prefix);
|
||||||
|
</script>
|
||||||
|
<hr/>
|
||||||
<div id="ukko_paginator">
|
<div id="ukko_paginator">
|
||||||
{{#prev}}
|
{{#prev}}
|
||||||
<span id="ukko_prev">
|
<span id="ukko_prev">
|
||||||
@ -79,14 +87,6 @@
|
|||||||
</span>
|
</span>
|
||||||
{{/next}}
|
{{/next}}
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" >
|
|
||||||
var prefix = "{{prefix}}";
|
|
||||||
var e = document.getElementById("nntpchan_banner");
|
|
||||||
nntpchan_inject_banners(e, prefix);
|
|
||||||
if(init) init(prefix);
|
|
||||||
ready(prefix);
|
|
||||||
</script>
|
|
||||||
<hr/>
|
|
||||||
<footer>
|
<footer>
|
||||||
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||||
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
||||||
|
Reference in New Issue
Block a user