s4

changeset 32:280024035566

Folding div by `display none' breaks effects of transition.
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 22 Jul 2015 09:38:28 +0900
parents 737a6e2717a9
children 54dba4c5e61d
files templ/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/templ/default/default.css	Wed Jul 22 09:34:35 2015 +0900
     1.2 +++ b/templ/default/default.css	Wed Jul 22 09:38:28 2015 +0900
     1.3 @@ -77,7 +77,7 @@
     1.4  
     1.5  div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
     1.6  div.fold > div {
     1.7 -    display: none; max-height: 80%; overflow: auto;
     1.8 +    xxdisplay: none; max-height: 80%; overflow: auto;
     1.9      height: 0px; opacity: 0; padding: 0 1ex;
    1.10  }
    1.11  div.fold input[type="checkbox"]:checked ~ div {