From e3047981948b44641125ddc48b40b93548ae9627 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 15:42:52 -0800 Subject: [PATCH] scrollspy example twerks --- docs/assets/css/docs.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 { - height: 200px; - overflow: auto; position: relative; + height: 200px; + margin-top: 10px; + overflow: auto; }