diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2014-06-29 13:28:56 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-29 13:28:56 +0200 | 
| commit | 6f4b7159e8c3c50e1d41fc67effbaa4ccdda11e4 (patch) | |
| tree | f9f748bcbfbfcd2f12a472e64d625e908d9a2fcb /cgi | |
| parent | 7d853aff41a2db0b47264e33771729dd0dbb0dc1 (diff) | |
clean: fix a css typo (missing ,)
Diffstat (limited to 'cgi')
| -rw-r--r-- | cgi/templates/layouts/default.html.ep | 2 | 
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;  	}  | 
