Skip to content

Commit

Permalink
fixes twbs#9217 manually--use main element instead of div in home and…
Browse files Browse the repository at this point in the history
… default layouts
  • Loading branch information
mdo committed Aug 10, 2013
1 parent 308d40a commit d5290c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h1>{{ page.title }}</h1>
</ul>
</div>
</div>
<div class="col-lg-9" role="main">
<main class="col-lg-9" role="main">
{{ content }}
</div>
</main>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
base_url: "./"
---

<div class="bs-masthead" id="content" role="main">
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Bootstrap 3</h1>
<p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
Expand All @@ -13,4 +13,4 @@ <h1>Bootstrap 3</h1>
</p>
<p><strong>Heads up!</strong> Downloads are pulled directly from the latest commited code on GitHub, and as a result our docs may at times be out of sync.</p>
</div>
</div>
</main>

0 comments on commit d5290c6

Please sign in to comment.