summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-06-29 13:28:56 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-06-29 13:28:56 +0200
commit6f4b7159e8c3c50e1d41fc67effbaa4ccdda11e4 (patch)
treef9f748bcbfbfcd2f12a472e64d625e908d9a2fcb
parent7d853aff41a2db0b47264e33771729dd0dbb0dc1 (diff)
clean: fix a css typo (missing ,)
-rw-r--r--cgi/templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep
index 3a8e33f..88ae09b 100644
--- a/cgi/templates/layouts/default.html.ep
+++ b/cgi/templates/layouts/default.html.ep
@@ -96,7 +96,7 @@
visibility: hidden;
}
- div.displayclean li:hover .moreinfo
+ div.displayclean li:hover .moreinfo,
div.displayclean li .moreinfo:hover {
visibility: visible;
}