mirror of
https://github.com/greenshot/greenshot
synced 2025-08-25 07:36:38 -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
20
css/main.css
20
css/main.css
|
@ -120,6 +120,26 @@
|
||||||
color:#666;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue