Skip to content

Instantly share code, notes, and snippets.

@corsonr
Created October 2, 2012 13:58
Show Gist options
  • Save corsonr/3819360 to your computer and use it in GitHub Desktop.
Save corsonr/3819360 to your computer and use it in GitHub Desktop.
BBpress pagination CCS code
/* --- BBPRESS PAGINATION --- */
.bbp-pagination-links { list-style:none; font-size:12px; }
.bbp-pagination-links { display:inline; }
.bbp-pagination-links a, .bbp-pagination-links a.next, .bbp-pagination-links a.prev{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
.bbp-pagination-links span.current { display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; background-color:#f5f5f5; }
.bbp-pagination-links span.dots { display:block; float:left; padding:4px 4px; margin-right:7px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment