s4

changeset 237:ba4efe0b53e0

add div.noborder{}
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 26 Jun 2016 23:16:05 +0859
parents 19b92549b5b7
children 45b7facac49e
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Jun 26 20:56:01 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Sun Jun 26 23:16:05 2016 +0859
     1.3 @@ -90,6 +90,7 @@
     1.4  div.home+* {clear: both;}
     1.5  
     1.6  div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
     1.7 +div.noborder {border: 0px; margin: 0;}
     1.8  div.fold > div {
     1.9      xxdisplay: none; max-height: 80%; overflow: auto;
    1.10      height: 0px; opacity: 0; padding: 0 1ex;