s4

changeset 199:5f98d8f46af5

Recover to div.dumptable stand alone
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 24 Apr 2016 17:12:13 +0859
parents 64e17c80a0a1
children ffc676bd8277
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Apr 24 17:07:43 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sun Apr 24 17:12:13 2016 +0859
     1.3 @@ -96,9 +96,7 @@
     1.4      display: block; background: #fadede;
     1.5      height: auto; opacity: 1.0; transition: 1s;
     1.6  }
     1.7 -div.fold input[type="radio"]:checked ~ div div.dumptable,
     1.8 -div.dumptable {
     1.9 -    max-height: 15em; overflow: auto;}
    1.10 +div.dumptable {max-height: 15em; overflow: auto;}
    1.11  
    1.12  
    1.13  /********************* icon list *********************/