mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 14:46:34 +02:00
Add class to body for special styles to avoid conflict with examples
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
<!-- Place anything custom after this. -->
|
<!-- Place anything custom after this. -->
|
||||||
</head>
|
</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. -->
|
<!-- Main navbar for all docs pages. -->
|
||||||
{% include navbar.html %}
|
{% include navbar.html %}
|
||||||
|
Reference in New Issue
Block a user