changeset 198:64e17c80a0a1

fix
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 24 Apr 2016 17:07:43 +0859
parents d0a5ffc2cabf
children 5f98d8f46af5
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sun Apr 24 17:06:34 2016 +0859
+++ b/examples/common/default/default.css	Sun Apr 24 17:07:43 2016 +0859
@@ -96,7 +96,7 @@
     display: block; background: #fadede;
     height: auto; opacity: 1.0; transition: 1s;
 }
-div.fold input[type="radio"]:checked ~ div.dumptable,
+div.fold input[type="radio"]:checked ~ div div.dumptable,
 div.dumptable {
     max-height: 15em; overflow: auto;}
 

yatex.org