From 149f32d9d38d506bcdaa0361dc40d7743766cf9d Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Sat, 29 Nov 2014 21:18:05 -0800
Subject: [PATCH] Alternate fix for #15250 with a more descriptive theme
 jumbotron

---
 docs/examples/theme/index.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index a687732aa6..d057a1d5d0 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -69,9 +69,8 @@
 
       <!-- Main jumbotron for a primary marketing message or call to action -->
       <div class="jumbotron">
-        <h1>Hello, world!</h1>
-        <p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
-        <p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
+        <h1>Theme example</h1>
+        <p>This is a template showcasing the optional theme stylesheet included in Bootstrap. Use it as a starting point to create something more unique by building on or modifying it.</p>
       </div>
 
 
-- 
GitLab