aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-19 22:28:22 -0700
committerMark Otto <[email protected]>2011-08-19 22:28:22 -0700
commit3f388ef07a5f0101e97b19479e472528a0c78ff9 (patch)
tree3cacbd1223bc7e052da2b0929ffe289f3dfc5eda /docs
parent6dcfe94bab1110bb0d2b5ad9634396be7383ff22 (diff)
downloadbootstrap-3f388ef07a5f0101e97b19479e472528a0c78ff9.tar.xz
bootstrap-3f388ef07a5f0101e97b19479e472528a0c78ff9.zip
updates to the topbar markup and css to remove the logo classname and simplify the selectors for it
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 8c6c43515..9fc2a9b90 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Twitter Bootstrap</title>
+ <title>Bootstrap, from Twitter</title>
<!-- Le styles -->
<link href="../bootstrap-1.0.0.css" rel="stylesheet">
@@ -20,8 +20,8 @@
<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>
+ <h3><a href="#">
+ Bootstrap
</a></h3>
<ul>
<li class="active"><a href="#masthead">Overview</a></li>
@@ -41,7 +41,7 @@
<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 webapps and sites.<br />
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />