aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 11:56:16 -0700
committerJacob Thornton <[email protected]>2011-08-21 11:56:16 -0700
commit0e8e30bf1dbc15aa42dc84898b088a76c3e7d536 (patch)
tree6476c2653a5fd0e150d268b399ccfc963c8f1198 /bootstrap-1.0.0.css
parent2203ba3df1724a14ef948bd714e76e8d6c4a1929 (diff)
downloadbootstrap-0e8e30bf1dbc15aa42dc84898b088a76c3e7d536.tar.xz
bootstrap-0e8e30bf1dbc15aa42dc84898b088a76c3e7d536.zip
ie8 dropdown tweaks
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 2e9903ad6..8451a98b5 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Aug 21 11:52:41 PDT 2011
+ * Date: Sun Aug 21 11:56:11 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1249,7 +1249,7 @@ div.topbar ul li.menu a.menu:after {
opacity: 0.5;
}
div.topbar ul li.menu.open a.menu, div.topbar ul li.menu.open a:hover {
- background-color: #333;
+ background-color: 444;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
@@ -1313,6 +1313,7 @@ div.topbar ul li ul li a:hover {
div.topbar ul li ul li.divider {
height: 1px;
overflow: hidden;
+ background: #222;
background: rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin: 5px 0;