diff options
| author | Patrick H. Lauke <[email protected]> | 2017-09-13 19:51:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-13 19:51:08 +0100 |
| commit | d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1 (patch) | |
| tree | eeac9178e02323b0a776b417dd6209488d5f527b /docs/4.0/examples/offcanvas | |
| parent | 3e546cacb4facdf98a6a18fa7bafe50d48e02c56 (diff) | |
| download | bootstrap-d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1.tar.xz bootstrap-d1b3c0c98db882cfbf6fbe85a321e83b7eb9c1d1.zip | |
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Structure examples with appropriate `<main>`, `<header>`, `<footer>`
Diffstat (limited to 'docs/4.0/examples/offcanvas')
| -rw-r--r-- | docs/4.0/examples/offcanvas/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/4.0/examples/offcanvas/index.html b/docs/4.0/examples/offcanvas/index.html index 81bebd819..9de9526ec 100644 --- a/docs/4.0/examples/offcanvas/index.html +++ b/docs/4.0/examples/offcanvas/index.html @@ -51,7 +51,7 @@ </div> </nav> - <div class="container"> + <main role="main" class="container"> <div class="row row-offcanvas row-offcanvas-right"> @@ -115,11 +115,11 @@ <hr> - <footer> - <p>© Company 2017</p> - </footer> + </main><!--/.container--> - </div><!--/.container--> + <footer> + <p>© Company 2017</p> + </footer> <!-- Bootstrap core JavaScript |
