diff options
| author | Mark Otto <[email protected]> | 2012-07-09 00:42:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 00:42:38 -0700 |
| commit | 07f80e6fd8664c9450b5e363631ed330bb7c3136 (patch) | |
| tree | cf5341fe1eda78d8983a975e86824c1b08c42fa6 /less | |
| parent | 50a945e084e0153bd7e087cf29cdb2c176dbf4b8 (diff) | |
| download | bootstrap-07f80e6fd8664c9450b5e363631ed330bb7c3136.tar.xz bootstrap-07f80e6fd8664c9450b5e363631ed330bb7c3136.zip | |
fixes #4027: same margins on .pager and .pagination
Diffstat (limited to 'less')
| -rw-r--r-- | less/pager.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/pager.less b/less/pager.less index e19d50aaa..2b854b4be 100644 --- a/less/pager.less +++ b/less/pager.less @@ -4,8 +4,7 @@ .pager { - margin-left: 0; - margin-bottom: @baseLineHeight; + margin: @baseLineHeight 0; list-style: none; text-align: center; .clearfix(); |
