From a932476f803fc97f05a60b6bedf4a09c1ed31d4d Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Wed, 19 Dec 2012 22:07:11 -0800
Subject: [PATCH] Unfuck the fucked homepage

---
 docs/index.html                     | 2 +-
 docs/templates/pages/index.mustache | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/index.html b/docs/index.html
index 4c6f866c82..62a3ecb355 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 d5d8362967..e5eb6960b9 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>
-- 
GitLab