2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add class to body for special styles to avoid conflict with examples

This commit is contained in:
Mark Otto
2013-02-17 18:46:30 -08:00
parent c0ea077fb4
commit 13ff3aced0
+1 -1
View 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 %}