We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://screencast.com/t/qpl9r9u0 (sample from bootstrap.themodmedia.com)
All the markup and CSS looks correct. Here is a working example:
http://jsfiddle.net/2Smgv/934/
The text was updated successfully, but these errors were encountered:
CHange line 677 and 678 to .dropdown-submenu .dropdown-menu{ left: 100%;position: absolute;top: 0;visibility: hidden;margin-top: -1px;} .dropdown-submenu:hover .dropdown-menu{visibility: visible;display: block;}
.dropdown-submenu .dropdown-menu{ left: 100%;position: absolute;top: 0;visibility: hidden;margin-top: -1px;} .dropdown-submenu:hover .dropdown-menu{visibility: visible;display: block;}
file /includes/themes/murabootstrap/assets/bootstrap/css/bootstrap/bootstrap.min.css
You can see the complete file under the pull request
Sorry, something went wrong.
No branches or pull requests
http://screencast.com/t/qpl9r9u0 (sample from bootstrap.themodmedia.com)
All the markup and CSS looks correct. Here is a working example:
http://jsfiddle.net/2Smgv/934/
The text was updated successfully, but these errors were encountered: