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

more work on the sidenav, including small css refactor and new classes

This commit is contained in:
Mark Otto
2013-05-08 22:42:42 -07:00
parent f09b07dc2a
commit d7acf4e82d
3 changed files with 44 additions and 61 deletions
+3 -3
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 data-spy="scroll" data-target=".bs-sidebar">
<!-- Docs master nav -->
{% include nav-main.html %}
@@ -21,8 +21,8 @@
<div class="container bs-docs-container">
<div class="row">
<div class="col col-lg-3">
<div class="bs-docs-sidebar">
<ul class="nav">
<div class="bs-sidebar">
<ul class="nav bs-sidenav">
{% if page.slug == "welcome" %}
{% include nav-welcome.html %}
{% elsif page.slug == "css" %}