diff options
| author | Mark Otto <[email protected]> | 2013-01-16 13:07:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 13:07:08 -0800 |
| commit | bc7fd582edd592bc3061f37c59e381fc5ec85187 (patch) | |
| tree | 722218744ca2b4bde376696b7e9308ba13617a9b /less | |
| parent | 2127690e73df97ae95ce367043c4d6928eb78204 (diff) | |
| download | bootstrap-bc7fd582edd592bc3061f37c59e381fc5ec85187.tar.xz bootstrap-bc7fd582edd592bc3061f37c59e381fc5ec85187.zip | |
restore pagination and pager
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 2 | ||||
| -rw-r--r-- | less/pager.less | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 38117ce5d..dc8d6769b 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -37,6 +37,8 @@ @import "navbar.less"; @import "button-groups.less"; @import "breadcrumbs.less"; +@import "pagination.less"; +@import "pager.less"; diff --git a/less/pager.less b/less/pager.less index be72b8078..c0ee47248 100644 --- a/less/pager.less +++ b/less/pager.less @@ -7,7 +7,7 @@ margin: @line-height-base 0; list-style: none; text-align: center; - .clearfix(); + .clear_float(); } .pager li { display: inline; |
