aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 20:46:22 -0700
committerMark Otto <[email protected]>2013-08-11 20:46:22 -0700
commita0f301995cbd79ee3558dc106e693d4e32e2b297 (patch)
tree7012c8a6905f9c3621ddebf1d90e6d978e3a93d6 /_layouts/default.html
parentac746559980ab702b4feed6c29e22138b7b15937 (diff)
parent9e316beba160e6351cfae2149364dc8b23b6d2f5 (diff)
downloadbootstrap-a0f301995cbd79ee3558dc106e693d4e32e2b297.tar.xz
bootstrap-a0f301995cbd79ee3558dc106e693d4e32e2b297.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 1faac9b53..336eb8575 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -26,7 +26,7 @@
<div class="container bs-docs-container">
<div class="row">
<div class="col-lg-3">
- <div class="bs-sidebar" role="complementary">
+ <aside class="bs-sidebar" role="complementary">
<ul class="nav bs-sidenav">
{% if page.slug == "getting-started" %}
{% include nav-getting-started.html %}
@@ -40,7 +40,7 @@
{% include nav-customize.html %}
{% endif %}
</ul>
- </div>
+ </aside>
</div>
<main class="col-lg-9" role="main">
{{ content }}