custom_pagers.css in Custom Pagers 7
Same filename and directory in other branches
ul.custom-pager {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.custom-pager li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  background: none;
  white-space: nowrap;
}
ul.custom-pager li.previous {
  margin-right: 5px;
}
ul.custom-pager li.next {
  margin-left: 5px;
}
File
custom_pagers.cssView source
- ul.custom-pager {
-   margin: 0;
-   padding: 0;
-   text-align: center;
- }
- 
- ul.custom-pager li {
-   margin: 0;
-   padding: 0;
-   display: block;
-   float: left;
-   width: auto;
-   list-style-type: none;
-   list-style-image: none;
-   background: none;
-   white-space: nowrap;
- }
- 
- ul.custom-pager li.previous {
-   margin-right: 5px;
- }
- 
- ul.custom-pager li.next {
-   margin-left: 5px;
- }
