diff --git a/_static/css/prodydocs.css b/_static/css/prodydocs.css index 6f7fbc1b..cf23a57e 100644 --- a/_static/css/prodydocs.css +++ b/_static/css/prodydocs.css @@ -375,4 +375,12 @@ a > tt { text-shadow: 0 -1px 0 rgba(0,0,0,0.25); white-space: nowrap; vertical-align: baseline; +} + +/* Show dropdowns on hover as well as click */ +.navbar .dropdown:hover .dropdown-menu, +.subnav .dropdown:hover .dropdown-menu, +.navbar .dropdown:focus-within .dropdown-menu, +.subnav .dropdown:focus-within .dropdown-menu { + display: block; } \ No newline at end of file diff --git a/_template/index.html b/_template/index.html index d6c0b0e6..01a3b66d 100755 --- a/_template/index.html +++ b/_template/index.html @@ -10,10 +10,7 @@ - - - - +