aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-06 23:30:21 -0700
committerMark Otto <[email protected]>2011-09-06 23:30:21 -0700
commitd640c3b14b78bd17407ba123cbc718a6e34bb5d5 (patch)
treefa28d73b3a2c2f9391b6246ecb09a284159d9eac /docs
parentd0882c580de1fc2d5c52b684671b554bb8941ddf (diff)
downloadbootstrap-d640c3b14b78bd17407ba123cbc718a6e34bb5d5.tar.xz
bootstrap-d640c3b14b78bd17407ba123cbc718a6e34bb5d5.zip
update diagrams to use smaller border radius, add new container-app example
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/img/example-diagram-01.pngbin1675 -> 1641 bytes
-rw-r--r--docs/assets/img/example-diagram-02.pngbin1831 -> 1742 bytes
-rw-r--r--docs/assets/img/example-diagram-03.pngbin1531 -> 1428 bytes
-rw-r--r--docs/index.html6
4 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/img/example-diagram-01.png b/docs/assets/img/example-diagram-01.png
index 16ac0c44e..0cece3b3e 100644
--- a/docs/assets/img/example-diagram-01.png
+++ b/docs/assets/img/example-diagram-01.png
Binary files differ
diff --git a/docs/assets/img/example-diagram-02.png b/docs/assets/img/example-diagram-02.png
index 90c30e6a1..557edd311 100644
--- a/docs/assets/img/example-diagram-02.png
+++ b/docs/assets/img/example-diagram-02.png
Binary files differ
diff --git a/docs/assets/img/example-diagram-03.png b/docs/assets/img/example-diagram-03.png
index 00401e0b1..acf819d40 100644
--- a/docs/assets/img/example-diagram-03.png
+++ b/docs/assets/img/example-diagram-03.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 7d5803269..bb8ac6c67 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -153,7 +153,7 @@
<a href="../examples/fluid.html"><img src="assets/img/example-diagram-02.png" class="diagram" alt="Fluid layout with static sidebar"></a>
</div>
<div class="span4">
- <a href="../examples/application.html"><img src="assets/img/example-diagram-03.png" class="diagram" alt="Simple hanging container for apps"></a>
+ <a href="../examples/container-app.html"><img src="assets/img/example-diagram-03.png" class="diagram" alt="Simple hanging container for apps"></a>
</div>
</div>
</div>
@@ -961,7 +961,7 @@
<li class="active dropdown">
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
- <li class="active"><a href="#">Secondary link</a></li>
+ <li><a href="#">Secondary link</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Another link</a></li>
@@ -998,7 +998,7 @@
</div>
<div class="span6 columns">
<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>
+ <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. Dropdowns <code>li</code> tags also support <code>.active</code> for showing current page selection.</p>
</div>
</div>
<p><strong>Note:</strong> When using the topbar on any page, be sure to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>body</code>.</p>