From: Mark Otto Date: Thu, 17 Jan 2013 23:42:52 +0000 (-0800) Subject: scrollspy example twerks X-Git-Tag: v3.0.0-rc1~759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3047981948b44641125ddc48b40b93548ae9627;p=thirdparty%2Fbootstrap.git scrollspy example twerks --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8e6ad9b6d3..eb7bf24ead 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -457,9 +457,10 @@ input.focused { /* Scrollspy demo on fixed height div */ .scrollspy-example { + position: relative; height: 200px; + margin-top: 10px; overflow: auto; - position: relative; }