Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-05 12:32:02 +0400
committerMark Otto <markotto@twitter.com>2012-03-05 12:32:02 +0400
commita95c15a5307bd5c0028eaad51a4ceddc5498e436 (patch)
tree20ef2428cc8dd3bce906e92e8df69f87e865f965 /docs/assets/css/bootstrap.css
parentd3e922f0c8dc309bc609ebd75fd7e90134c1eaca (diff)
utilize new dropdown variables
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d305692bf2..96daabe218 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1712,13 +1712,13 @@ table .span24 {
clear: both;
font-weight: normal;
line-height: 18px;
- color: #555555;
+ color: #333333;
white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
- background-color: #0088cc;
+ background-color: #333333;
}
.dropdown.open {
*z-index: 1000;