diff options
| author | Mark Otto <[email protected]> | 2012-12-19 22:07:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 22:07:11 -0800 |
| commit | a932476f803fc97f05a60b6bedf4a09c1ed31d4d (patch) | |
| tree | 1c96cf0d1423c9d67a3c4097e9a037dd05a5fdf8 | |
| parent | 7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8 (diff) | |
| download | bootstrap-a932476f803fc97f05a60b6bedf4a09c1ed31d4d.tar.xz bootstrap-a932476f803fc97f05a60b6bedf4a09c1ed31d4d.zip | |
Unfuck the fucked homepage
| -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> |
