diff options
| author | Mark Otto <[email protected]> | 2017-05-07 17:44:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-07 17:44:57 -0700 |
| commit | ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1 (patch) | |
| tree | 0ba0c5bc953dfcf9a29556dc0103e96325267b6f /docs/_layouts/docs.html | |
| parent | 8c7fe6cf147e98fb5d8096f6e6536bcb4e207586 (diff) | |
| parent | 2a4be9a0c900b635548a27aa8022dca9c3061cef (diff) | |
| download | bootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.tar.xz bootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.zip | |
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'docs/_layouts/docs.html')
| -rw-r--r-- | docs/_layouts/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 4c719c5d8..c44275f1f 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -24,10 +24,10 @@ <div class="col-12 col-md-3 push-md-9 bd-sidebar"> {% include nav-docs.html %} </div> - <div class="col-12 col-md-9 pull-md-3 bd-content"> + <main class="col-12 col-md-9 pull-md-3 bd-content" role="main"> <h1 class="bd-title" id="content">{{ page.title }}</h1> {{ content }} - </div> + </main> </div> </div> |
