diff options
| author | Chris Wiederspan <[email protected]> | 2012-02-09 14:28:12 -0700 |
|---|---|---|
| committer | Chris Wiederspan <[email protected]> | 2012-02-09 14:28:12 -0700 |
| commit | 4c7b9b8fcedc1dfedf24858e821c3add487ffc68 (patch) | |
| tree | ae98f73864b777ef50b1a2c1db68ead1ce92a46c /docs | |
| parent | b36a744fa74ace319b9f924f777df50591ceb62c (diff) | |
| download | bootstrap-4c7b9b8fcedc1dfedf24858e821c3add487ffc68.tar.xz bootstrap-4c7b9b8fcedc1dfedf24858e821c3add487ffc68.zip | |
Added an overriding filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) to the .subnav-fixed class that fixes the bug caused on nav dropdown menus when "docked" in the fixed position.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c3a6848d7..a2deaa9eb 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -190,6 +190,7 @@ hr.soften { -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */ } .subnav-fixed .nav { width: 938px; |
