changeset 318:ff1b00ca07e8

"hidden" reverted to "collapse"
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Oct 2016 08:10:55 +0859
parents 7e910e267d8e
children a868f03970b5
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Mon Oct 17 08:09:10 2016 +0859
+++ b/examples/common/default/default.css	Mon Oct 17 08:10:55 2016 +0859
@@ -100,10 +100,9 @@
 table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
 table.mini {margin-left: 1em; border-left: 2px solid #686;}
 
-body.grouphome tr.profimg, body.home tr.profimg {visibility: hidden;}
+body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
 tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover,
-tr.profimg:active {
-    visibility: visible;}
+tr.profimg:active {visibility: visible;}
 
 p.profimg {float: left; max-width: 50%; max-height: 400px;
 	   overflow: hidden; margin: 0 1em 1ex;

yatex.org