Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-05-09 09:13:56 +0400
committerMark Otto <otto@github.com>2013-05-09 09:13:56 +0400
commitfeeaaa6febea765433351d1313d39ad74e452ad4 (patch)
treeb8b4c905bc9732a84cd39ee8b8cfb3d26ecf80f8 /docs/index.html
parent07aed1abc364cc5f493136eba34890b3670554d3 (diff)
refactor homepage jumbotron masthead doodad
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 516f620643..3e0cc0adcf 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,8 +3,8 @@ layout: home
title: Bootstrap
---
-<div class="bs-docs-jumbotron masthead">
- <div class="container">
+<div class="container">
+ <div class="bs-masthead">
<h1>Bootstrap</h1>
<p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
@@ -14,7 +14,7 @@ title: Bootstrap
{% include social-buttons.html %}
- <ul class="masthead-links">
+ <ul class="bs-masthead-links">
<li>
<a href="./customize/" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Customize']);">Customize</a>
</li>