Fix styling of prev/next links

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2017-09-26 12:06:07 +02:00
parent 11cc8338d9
commit 95510dd244
2 changed files with 8 additions and 0 deletions

View File

@@ -1138,3 +1138,7 @@ a.headerlink {
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
border-radius: 2px;
}
li.next {
float: right;
}

View File

@@ -479,3 +479,7 @@ li.next {
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
border-radius: 2px;
}
li.next {
float: right;
}