From e3047981948b44641125ddc48b40b93548ae9627 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 15:42:52 -0800 Subject: scrollspy example twerks --- docs/assets/css/docs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8e6ad9b6d..eb7bf24ea 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; } -- cgit v1.2.3