Make navigation links more prominent

This commit is contained in:
r 2020-09-22 16:22:58 +00:00
parent 5478b34479
commit 8dbea3731f
6 changed files with 8 additions and 7 deletions

View File

@ -132,11 +132,12 @@
} }
.pagination { .pagination {
margin: 4px; margin: 4px 4px 12px 4px;
} }
.pagination a { .pagination a {
margin: 0 8px; margin: 0 8px;
font-size: 13pt;
} }
.notification-container { .notification-container {

View File

@ -77,7 +77,7 @@
<div class="pagination"> <div class="pagination">
{{if .NextLink}} {{if .NextLink}}
<a href="{{.NextLink}}" target="_self">next</a> <a href="{{.NextLink}}" target="_self">[next]</a>
{{end}} {{end}}
</div> </div>

View File

@ -31,7 +31,7 @@
<div class="pagination"> <div class="pagination">
{{if .NextLink}} {{if .NextLink}}
<a href="{{.NextLink}}">next</a> <a href="{{.NextLink}}">[next]</a>
{{end}} {{end}}
</div> </div>

View File

@ -8,10 +8,10 @@
<div class="pagination"> <div class="pagination">
{{if .PrevLink}} {{if .PrevLink}}
<a href="{{.PrevLink}}">prev</a> <a href="{{.PrevLink}}">[prev]</a>
{{end}} {{end}}
{{if .NextLink}} {{if .NextLink}}
<a href="{{.NextLink}}">next</a> <a href="{{.NextLink}}">[next]</a>
{{end}} {{end}}
</div> </div>

View File

@ -130,7 +130,7 @@
<div class="pagination"> <div class="pagination">
{{if .NextLink}} {{if .NextLink}}
<a href="{{.NextLink}}">next</a> <a href="{{.NextLink}}">[next]</a>
{{end}} {{end}}
</div> </div>

View File

@ -18,7 +18,7 @@
<div class="pagination"> <div class="pagination">
{{if .NextLink}} {{if .NextLink}}
<a href="{{.NextLink}}">next</a> <a href="{{.NextLink}}">[next]</a>
{{end}} {{end}}
</div> </div>