1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

reset left padding for .media-list, .pagination and .pager

This commit is contained in:
Francis Brunelle
2013-06-29 16:06:14 -04:00
parent 2d2828d36c
commit 6a20810ca4
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;
}