2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
View File
@@ -49,6 +49,6 @@
// Undo default ul/ol styles
.media-list {
margin-left: 0;
padding-left: 0;
list-style: none;
}
+1
View File
@@ -4,6 +4,7 @@
.pager {
padding-left: 0;
margin: @line-height-computed 0;
list-style: none;
text-align: center;
+1
View File
@@ -3,6 +3,7 @@
// --------------------------------------------------
.pagination {
display: inline-block;
padding-left: 0;
margin: @line-height-computed 0;
border-radius: @border-radius-base;
}