1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 09:22:55 +02:00

More subtle grid pattern, adding dropdown arrow, adding dropdown arrow styles to the topbar

This commit is contained in:
Mark Otto
2011-04-29 11:40:24 -07:00
parent d61317d7b5
commit bb8ebe2312
6 changed files with 22 additions and 14 deletions

View File

@@ -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>