aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-17 18:46:30 -0800
committerMark Otto <[email protected]>2013-02-17 18:46:30 -0800
commit13ff3aced06d6918e0ba0e423a7cb7c9964155a8 (patch)
tree0c9e1b83a4b6e62e51fc44c57d55025a556280e4
parentc0ea077fb4890a4212e1c517d5fc2369beb49773 (diff)
downloadbootstrap-13ff3aced06d6918e0ba0e423a7cb7c9964155a8.tar.xz
bootstrap-13ff3aced06d6918e0ba0e423a7cb7c9964155a8.zip
Add class to body for special styles to avoid conflict with examples
-rw-r--r--docs/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 536dae1ba..0f1a891a9 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -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 %}