1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

fix blog example to use customized pagination based on button styles

This commit is contained in:
Mark Otto
2016-01-06 14:57:00 -08:00
parent e482fe24e1
commit 20261385ea
2 changed files with 5 additions and 11 deletions

View File

@@ -125,14 +125,10 @@ h6, .h6 {
/* Pagination */
.pager {
.blog-pagination {
margin-bottom: 4rem;
text-align: left;
}
.pager > li > a {
width: 8rem;
padding: .75rem 1.25rem;
text-align: center;
.blog-pagination > .btn {
border-radius: 2rem;
}