mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Fix styling of prev/next links
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user