From: Mark Otto Date: Mon, 27 Aug 2012 22:12:55 +0000 (-0700) Subject: remove min-height from .span3 in docs since we no longer need it X-Git-Tag: v2.1.1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8610fd9b2b0ad4ac8ca5ae6aa092f48968dd8c74;p=thirdparty%2Fbootstrap.git remove min-height from .span3 in docs since we no longer need it --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 66c4a6f04e..d52d6cd1c4 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -756,11 +756,6 @@ form.bs-docs-example { /* Sidenav for Docs -------------------------------------------------- */ -/* prevent column from collapsing when affixing */ -.span3 { - min-height: 1px; -} - .bs-docs-sidenav { width: 228px; margin: 30px 0 0;