Fixed display of prev/next links in blog posts

This commit is contained in:
jklingen 2017-01-02 21:09:54 +01:00 committed by GitHub
commit 9a68fcdac9

View file

@ -119,6 +119,26 @@
.servicelinks a {
color:#666;
}
/* blog prev/next */
ul.pager {
list-style-type: none;
margin:0;
padding:0;
}
ul.pager i.fa {
font-family: 'FontAwesome'
}
ul.pager li.previous {
display:inline;
}
ul.pager li.next {
display:inline;
float:right
}
ul.pager a {
text-decoration: none;
}
@ -314,4 +334,4 @@
.ad-skyscraper .ad-skyscraper-wrapper {
width: 80%;
}
}
}