From 738fac18de63275fbac8e1f81d60121eff557fd3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Mar 2012 23:50:03 -0800 Subject: move padding from container to body for max-width: 767; responsive layout --- docs/assets/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a2d178eb4..ef60ecf47 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3002,6 +3002,11 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { .pager .previous a { float: left; } +.pager .disabled a, .pager .disabled a:hover { + color: #999999; + background-color: #fff; + cursor: default; +} .modal-open .dropdown-menu { z-index: 2050; } -- cgit v1.2.3