diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 4c6f866c8..62a3ecb35 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,7 +66,7 @@ </div> </div> -<header class="bs-docs-jumbotron masthead"> +<div class="bs-docs-jumbotron masthead"> <div class="container"> <h1>Bootstrap</h1> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index d5d836296..e5eb6960b 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -1,4 +1,4 @@ -<header class="bs-docs-jumbotron masthead"> +<div class="bs-docs-jumbotron masthead"> <div class="container"> <h1>Bootstrap</h1> <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> |
