make dropdowns appear on hover for non js users

This commit is contained in:
perryharlock
2013-11-27 16:37:52 +00:00
parent 963ab33cce
commit 1b36dc12ea
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
.date-links.hidden {
display:none !important;
}
.date-selector .btn-group:hover ul.date-links {
.btn-group:hover ul {
display:block !important;
}
table.hidden {