]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add class to body for special styles to avoid conflict with examples
authorMark Otto <otto@github.com>
Mon, 18 Feb 2013 02:46:30 +0000 (18:46 -0800)
committerMark Otto <otto@github.com>
Mon, 18 Feb 2013 02:46:30 +0000 (18:46 -0800)
docs/_layouts/default.html

index 536dae1ba2facb33cd374329b31c2a44f1d78ae0..0f1a891a993bab5423bbfc2f6e8d4d5ace729c76 100644 (file)
@@ -5,7 +5,7 @@
     {% include header.html %}
     <!-- Place anything custom after this. -->
   </head>
-  <body data-spy="scroll" data-target=".bs-docs-sidebar">
+  <body class="bs-docs-body" data-spy="scroll" data-target=".bs-docs-sidebar">
 
     <!-- Main navbar for all docs pages. -->
     {% include navbar.html %}