diff options
| author | Mark Otto <[email protected]> | 2013-08-10 16:11:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-10 16:11:34 -0700 |
| commit | d5290c61d80ee6ed108b498221fb48a84b4f2e6f (patch) | |
| tree | 4b48c796991932ea0156e833c8fd2f44eccfaa3e /index.html | |
| parent | 308d40a729717fd49cf56b597ecbdcb0f22405cd (diff) | |
| download | bootstrap-d5290c61d80ee6ed108b498221fb48a84b4f2e6f.tar.xz bootstrap-d5290c61d80ee6ed108b498221fb48a84b4f2e6f.zip | |
fixes #9217 manually--use main element instead of div in home and default layouts
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 468833fd0..dc9a5463f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ title: Bootstrap 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> @@ -13,4 +13,4 @@ base_url: "./" </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> |
