aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-06 21:54:00 -0700
committerMark Otto <[email protected]>2011-09-06 21:54:00 -0700
commitd0882c580de1fc2d5c52b684671b554bb8941ddf (patch)
tree9ec704ad86c67f3fc513aa848b4c2adbd6387a1e /docs
parentdfbb5919532b1dbe1868aadac6e2e95286cad969 (diff)
downloadbootstrap-d0882c580de1fc2d5c52b684671b554bb8941ddf.tar.xz
bootstrap-d0882c580de1fc2d5c52b684671b554bb8941ddf.zip
first pass at enabling active states in dropdowns in topbar and fixing the bug of having an active class on parent dropdown
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css8
-rw-r--r--docs/index.html10
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index d46656103..7918de1b9 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -153,13 +153,13 @@ div.quickstart form textarea {
-------------------------------------------------- */
.diagram,
.mini-layout {
- border: 1px solid #ccc;
+ border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
+ box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.diagram {
padding: 4px;
diff --git a/docs/index.html b/docs/index.html
index 7531807fd..7d5803269 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -147,13 +147,13 @@
<div class="row">
<div class="span4">
- <img src="assets/img/example-diagram-01.png" class="diagram" alt="Simple three-column layout with hero unit">
+ <a href="../examples/hero.html"><img src="assets/img/example-diagram-01.png" class="diagram" alt="Simple three-column layout with hero unit"></a>
</div>
<div class="span4">
- <img src="assets/img/example-diagram-02.png" class="diagram" alt="Fluid layout with static sidebar">
+ <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">
- <img src="assets/img/example-diagram-03.png" class="diagram" alt="Simple hanging container for apps">
+ <a href="../examples/application.html"><img src="assets/img/example-diagram-03.png" class="diagram" alt="Simple hanging container for apps"></a>
</div>
</div>
</div>
@@ -958,10 +958,10 @@
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
- <li class="dropdown">
+ <li class="active dropdown">
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
- <li><a href="#">Secondary link</a></li>
+ <li class="active"><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>