From d0882c580de1fc2d5c52b684671b554bb8941ddf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 6 Sep 2011 21:54:00 -0700 Subject: first pass at enabling active states in dropdowns in topbar and fixing the bug of having an active class on parent dropdown --- docs/assets/css/docs.css | 8 ++++---- docs/index.html | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') 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 @@
- Simple three-column layout with hero unit + Simple three-column layout with hero unit
- Fluid layout with static sidebar + Fluid layout with static sidebar
- Simple hanging container for apps + Simple hanging container for apps
@@ -958,10 +958,10 @@
  • Link
  • Link
  • Link
  • -