Skip to content
Snippets Groups Projects
Commit 1821bf1f authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge branch 'dev' of github.com:mesos/spark into dev

parents e47e1172 635348b1
No related branches found
No related tags found
No related merge requests found
......@@ -50,3 +50,16 @@ pre {
.container {
max-width: 914px;
}
/**
* Make dropdown menus in nav bars show on hover instead of click
* using solution at http://stackoverflow.com/questions/8878033/how-
* to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click
**/
ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
}
a.menu:after, .dropdown-toggle:after {
content: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment