s4

changeset 317:7e910e267d8e

typo
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Oct 2016 08:09:10 +0859
parents bc0fac488483
children ff1b00ca07e8
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Mon Oct 17 08:07:04 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Mon Oct 17 08:09:10 2016 +0859
     1.3 @@ -100,9 +100,9 @@
     1.4  table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
     1.5  table.mini {margin-left: 1em; border-left: 2px solid #686;}
     1.6  
     1.7 -body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
     1.8 +body.grouphome tr.profimg, body.home tr.profimg {visibility: hidden;}
     1.9  tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover,
    1.10 -tr:profimg:active {
    1.11 +tr.profimg:active {
    1.12      visibility: visible;}
    1.13  
    1.14  p.profimg {float: left; max-width: 50%; max-height: 400px;