mirror of
https://github.com/greenshot/greenshot
synced 2025-08-24 23:26:24 -07:00
Fixed display of prev/next links in blog posts
This commit is contained in:
parent
7bd741c673
commit
9a68fcdac9
1 changed files with 21 additions and 1 deletions
22
css/main.css
22
css/main.css
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue