mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Factorise .pagination-next and .pagination-last together
This commit is contained in:
parent
c3e842eba6
commit
14a6e8ed3a
1 changed files with 1 additions and 5 deletions
|
@ -748,7 +748,7 @@ template {
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.pagination-next {
|
||||
.pagination-next, .pagination-last {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
@ -756,10 +756,6 @@ template {
|
|||
content: " ›";
|
||||
}
|
||||
|
||||
.pagination-last {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.pagination-last:after {
|
||||
content: " »";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue