]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
scrollspy example twerks
authorMark Otto <otto@github.com>
Thu, 17 Jan 2013 23:42:52 +0000 (15:42 -0800)
committerMark Otto <otto@github.com>
Thu, 17 Jan 2013 23:42:52 +0000 (15:42 -0800)
docs/assets/css/docs.css

index 8e6ad9b6d3eb2840abd7f924dab2d909b1f7cb59..eb7bf24ead32f9ef4a979cda1eb72f8ea52ccf84 100644 (file)
@@ -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;
 }