diff options
| author | Mark Otto <[email protected]> | 2013-08-11 20:46:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 20:46:22 -0700 |
| commit | a0f301995cbd79ee3558dc106e693d4e32e2b297 (patch) | |
| tree | 7012c8a6905f9c3621ddebf1d90e6d978e3a93d6 | |
| parent | ac746559980ab702b4feed6c29e22138b7b15937 (diff) | |
| parent | 9e316beba160e6351cfae2149364dc8b23b6d2f5 (diff) | |
| download | bootstrap-a0f301995cbd79ee3558dc106e693d4e32e2b297.tar.xz bootstrap-a0f301995cbd79ee3558dc106e693d4e32e2b297.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -rw-r--r-- | _layouts/default.html | 4 | ||||
| -rw-r--r-- | _layouts/home.html | 4 |
2 files changed, 4 insertions, 4 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 }} diff --git a/_layouts/home.html b/_layouts/home.html index 6beee6c54..2d04e5f73 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -17,7 +17,7 @@ <!-- Callout for the old docs link --> {% include old-bs-docs.html %} - <div class="container" role="contentinfo"> + <footer class="container" role="contentinfo"> {% include social-buttons.html %} <ul class="bs-masthead-links"> @@ -34,7 +34,7 @@ <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a> </li> </ul> - </div> + </footer> <!-- JS and analytics only. --> {% include footer.html %} |
