2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

no need for scrollspy in example template

This commit is contained in:
Mark Otto
2013-02-14 23:07:36 -08:00
parent b1d4c589c5
commit 41ef649aa3
+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>
<!-- Page content of course! -->
{{ content }}