mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-13 08:19:20 +02:00
Make navigation links more prominent
This commit is contained in:
parent
5478b34479
commit
8dbea3731f
|
@ -132,11 +132,12 @@
|
|||
}
|
||||
|
||||
.pagination {
|
||||
margin: 4px;
|
||||
margin: 4px 4px 12px 4px;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
margin: 0 8px;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.notification-container {
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}" target="_self">next</a>
|
||||
<a href="{{.NextLink}}" target="_self">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .PrevLink}}
|
||||
<a href="{{.PrevLink}}">prev</a>
|
||||
<a href="{{.PrevLink}}">[prev]</a>
|
||||
{{end}}
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="pagination">
|
||||
{{if .NextLink}}
|
||||
<a href="{{.NextLink}}">next</a>
|
||||
<a href="{{.NextLink}}">[next]</a>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue