Thank you for your comment. I corrected the mistakes.
Pagination Single Article
Structure with classes and id's
ul.pagenav li.pagenav-prev a li.pagenav-next a
Print screen without additional CSS

CSS
/* -------------------------
Pagination Single Article
---------------------------- */
ul.pagenav {
list-style: none;
padding: 0;
margin: 15px 0 15px 0;
}
ul.pagenav li {
list-style: none;
padding: 0;
display: inline;
white-space:nowrap;
margin: 0 10px 0 0;
}
ul.pagenav li a {
padding: 3px 10px 4px 10px;
color: #555;
font-style: italic;
background-color: #e5e5e5;
border: 1px #888 solid;
text-decoration: none;
}
ul.pagenav li a:hover {
padding: 3px 10px 4px 10px;
color: #000;
font-style: italic;
background-color: #ccc;
border: 1px #777 solid;
text-decoration: none;
}
Print screen after applying CSS

Comments (2)
-
1901-12-13 20:45:52 |Unregistered| Peter - mistakeHey!
First of all, I want to thank you for your work and the possibility to use your stuff!
Although, on this page I detected two little mistakes.
1. (i'm not sure, if it is a mistkate...)
You forgot some comments like /*single pagination*/
2.
on line 4. are two semicolons.
Thank you again for your work and keept it up!
Powered by Compojoom comment 4.2.1

