You are here

custom_pagers.css in Custom Pagers 7

Same filename and directory in other branches
  1. 5 custom_pagers.css
  2. 6 custom_pagers.css
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.css
View source
  1. ul.custom-pager {
  2. margin: 0;
  3. padding: 0;
  4. text-align: center;
  5. }
  6. ul.custom-pager li {
  7. margin: 0;
  8. padding: 0;
  9. display: block;
  10. float: left;
  11. width: auto;
  12. list-style-type: none;
  13. list-style-image: none;
  14. background: none;
  15. white-space: nowrap;
  16. }
  17. ul.custom-pager li.previous {
  18. margin-right: 5px;
  19. }
  20. ul.custom-pager li.next {
  21. margin-left: 5px;
  22. }