diff options
| author | Francis Brunelle <[email protected]> | 2013-06-29 16:06:14 -0400 |
|---|---|---|
| committer | Francis Brunelle <[email protected]> | 2013-06-29 16:06:14 -0400 |
| commit | 6a20810ca4970a681bd34274851365af011694e3 (patch) | |
| tree | 85b788e82da39bee67f91910be30d491951843ec /docs/assets/css/bootstrap.css | |
| parent | 2d2828d36ccaca2f6db42352d59ab4906a7439f6 (diff) | |
| download | bootstrap-6a20810ca4970a681bd34274851365af011694e3.tar.xz bootstrap-6a20810ca4970a681bd34274851365af011694e3.zip | |
reset left padding for .media-list, .pagination and .pager
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c76723b99..28f561a32 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } |
