diff options
| author | Jacob Thornton <[email protected]> | 2011-08-29 22:36:05 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-29 22:36:05 -0700 |
| commit | efd6fd609c7e1406d40906d4aa14949345a2d5ff (patch) | |
| tree | 2f14a09c2ff3667a56dc644b5aff98053c9ac434 /bootstrap-1.1.1.css | |
| parent | fc0471a450d8cf3fdeb0971ce2636ac11053891d (diff) | |
| download | bootstrap-efd6fd609c7e1406d40906d4aa14949345a2d5ff.tar.xz bootstrap-efd6fd609c7e1406d40906d4aa14949345a2d5ff.zip | |
fix open ui for ie 7
Diffstat (limited to 'bootstrap-1.1.1.css')
| -rw-r--r-- | bootstrap-1.1.1.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css index 090b1d3df..ef9cbd7e6 100644 --- a/bootstrap-1.1.1.css +++ b/bootstrap-1.1.1.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: Mon Aug 29 21:40:43 PDT 2011 + * Date: Mon Aug 29 22:36:01 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). @@ -1234,6 +1234,7 @@ table .headerSortUp.purple, table .headerSortDown.purple { } .nav .dropdown-menu .dropdown-toggle.open { background-color: rgba(255, 255, 255, 0.05); + *background-color: #444; } .nav .dropdown-menu li a { color: #999; |
