diff options
| author | Jacob Thornton <[email protected]> | 2011-08-30 23:03:01 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-30 23:03:01 -0700 |
| commit | 2ed869c2eef1ad89a26ecfa187638db6f84774cd (patch) | |
| tree | 06f2180f1cd748fe23051bc2333ab34fbed96f50 /lib/patterns.less | |
| parent | afec7859cc08b7d57100ab7d96f11a9df5bdb32e (diff) | |
| download | bootstrap-2ed869c2eef1ad89a26ecfa187638db6f84774cd.tar.xz bootstrap-2ed869c2eef1ad89a26ecfa187638db6f84774cd.zip | |
remove * hack for ie7 + remove -1 margin bug for ie7
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index a4bc6b855..f7f5d75bb 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -147,9 +147,8 @@ // Dropdowns within the .nav .dropdown-toggle:hover, .dropdown.open .dropdown-toggle { - background-color: #444; + background: #444; background-color: rgba(255,255,255,.05); - *background-color: #444; // IE6-7 } .dropdown-menu { background-color: #333; @@ -253,9 +252,8 @@ .dropdown.open { .dropdown-toggle { color: #fff; - background-color: #ccc; + background: #ccc; background-color: rgba(0,0,0,.3); - *background-color: #ccc; /* ie6 -7 */ } .dropdown-menu { display: block; @@ -284,8 +282,8 @@ border-bottom: 1px solid #ddd; > li { position: relative; // For the dropdowns mostly + top: 1px; > a { - margin-bottom: -1px; margin-right: 2px; padding: 0 15px; line-height: (@baseline * 2) - 1; @@ -744,9 +742,8 @@ input[type=submit].btn { height: 0; } .inner { - background-color: #333; + background: #333; background-color: rgba(0,0,0,.8); - *background-color: #333; /* IE 6-7 */ padding: 3px; overflow: hidden; width: 280px; |
