diff options
| author | Mark Otto <[email protected]> | 2013-05-08 22:42:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-08 22:42:42 -0700 |
| commit | d7acf4e82d2e5ba5775b18870fb01ac22264e764 (patch) | |
| tree | 6b2085658c9f95149823218831d48198dd82b993 /docs/_layouts | |
| parent | f09b07dc2a2cb110d5d129ea8c1aac6cbbb09c0d (diff) | |
| download | bootstrap-d7acf4e82d2e5ba5775b18870fb01ac22264e764.tar.xz bootstrap-d7acf4e82d2e5ba5775b18870fb01ac22264e764.zip | |
more work on the sidenav, including small css refactor and new classes
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/default.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 85e7457b6..bc9794c5b 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 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" %} |
