0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #8343 from frabrunelle/reset-left-padding

reset left padding for .media-list, .pagination and .pager
This commit is contained in:
Mark Otto 2013-06-29 17:28:06 -07:00
commit 3b5f4ed054
4 changed files with 6 additions and 2 deletions

View File

@ -3303,6 +3303,7 @@ button.close {
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
@ -3394,6 +3395,7 @@ button.close {
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
@ -4019,7 +4021,7 @@ a.thumbnail:focus {
}
.media-list {
margin-left: 0;
padding-left: 0;
list-style: none;
}

View File

@ -49,6 +49,6 @@
// Undo default ul/ol styles
.media-list {
margin-left: 0;
padding-left: 0;
list-style: none;
}

View File

@ -4,6 +4,7 @@
.pager {
padding-left: 0;
margin: @line-height-computed 0;
list-style: none;
text-align: center;

View File

@ -3,6 +3,7 @@
// --------------------------------------------------
.pagination {
display: inline-block;
padding-left: 0;
margin: @line-height-computed 0;
border-radius: @border-radius-base;
}