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 <markdotto@gmail.com>2011-07-07 06:43:41 +0400
committerMark Otto <markdotto@gmail.com>2011-07-07 06:43:41 +0400
commita7d65d7d8fdb65d514fb7638209175f87eb92a04 (patch)
tree825186b8c856ac510c28a83c8198d471743edc09
parent5a1a01869ac803b71b148f126fd66558013d3dbf (diff)
remove the twitter logo and change some wording
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 526b03d5bf..41be6b5ece 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -21,7 +21,7 @@
<div class="topbar">
<div class="container fixed">
<h3><a class="logo" href="#">
- <img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> <span>bootstrap</span>
+ <!-- <img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> --> <span>Bootstrap</span>
</a></h3>
<ul>
<li class="active"><a href="#masthead">Overview</a></li>
@@ -41,9 +41,9 @@
<div id="masthead">
<div class="inner">
<div class="container">
- <h1>Twitter Bootstrap</h1>
+ <h1>Bootstrap from Twitter</h1>
<p class="lead">
- Bootstrap is a toolkit from Twitter designed to kickstart development of websites and apps.<br />
+ Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
</p>
<p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with LESS">built with LESS</a> and was designed to work out of the gate with only modern browsers in mind.</p>