mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix styling of prev/next links
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
0bbe2bdf02
commit
37c813982d
@ -1138,3 +1138,7 @@ a.headerlink {
|
||||
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
li.next {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@ -479,3 +479,7 @@ li.next {
|
||||
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
li.next {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user