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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user