From bc7fd582edd592bc3061f37c59e381fc5ec85187 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Jan 2013 13:07:08 -0800 Subject: restore pagination and pager --- less/bootstrap.less | 2 ++ less/pager.less | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'less') 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; -- cgit v1.2.3