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-04-29 22:40:24 +0400
committerMark Otto <markdotto@gmail.com>2011-04-29 22:40:24 +0400
commitbb8ebe2312e4424a4e40974f0f21dd008064f736 (patch)
tree5df6c58ab1bd43ab24e5d65ab6918ad62fcf4774 /index.html
parentd61317d7b5bb7a8aa11f7ac3fc60efcd359f1606 (diff)
More subtle grid pattern, adding dropdown arrow, adding dropdown arrow styles to the topbar
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2b7694f743..5876ac5e8f 100644
--- a/index.html
+++ b/index.html
@@ -1001,7 +1001,7 @@
<div class="container fixed">
<h3><a class="logo" href="">Project Name</a></h3>
<ul>
- <li><a href="">Home</a></li>
+ <li class="active"><a href="">Home</a></li>
<li><a href="">Profile</a></li>
<li><a href="">Messages</a></li>
<li><a href="">Who to Follow</a></li>
@@ -1024,11 +1024,17 @@
</div>
</div> <!-- topbar-wrapper -->
<div class="row">
- <div class="span6 columns">
+ <div class="span5 columns">
+ <h4>What is it</h4>
<p>Our topbar is a fixed bar that houses a website's logo or name, primary navigation, and search form.</p>
</div>
+ <div class="span5 columns">
+ <h4>Customizable</h4>
+ <p>All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav&mdash;or any combination of that.</p>
+ </div>
<div class="span6 columns">
- <p>All elements are optional in the topbar, as is the entire topbar. Contents are configurable in that you can have a logo, nav, search, and a secondary nav&mdash;or any combination of that.</p>
+ <h4>Dropdowns included</h4>
+ <p>As part of the main navigation, we've included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it's done.</p>
</div>
</div>