diff --git a/stylesheets/style.css b/stylesheets/style.css index aa5d121e..894fa3e4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -320,11 +320,13 @@ div.pages { border-bottom: 1px solid #B7C5D9; } div.pages.top { - display: inline-block; - padding: 4px 8px; - margin-top: 40px; - float: left; - position: absolute; + display: block; + padding: 5px 8px; + margin-bottom: 5px; + position: fixed; + top: 0; + right: 0; + opacity: 0.9; } div.pages a.selected { color: black; diff --git a/templates/index.html b/templates/index.html index b8c5d1ae..0458ed5a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,15 +8,6 @@
{{ boardlist.top }} - {% if config.page_nav_top %} -