s4

changeset 289:af84e8da1008

`white-space pre' in bloghead
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Aug 2016 16:02:53 +0859
parents d50996dc2664
children 8a1012410035
files examples/common/default/default.css
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Thu Aug 18 19:04:15 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Mon Aug 22 16:02:53 2016 +0859
     1.3 @@ -71,6 +71,7 @@
     1.4  }
     1.5  table.bloghead tr:nth-child(2) {
     1.6      font-size: 150%; background: yellow; text-align: center;
     1.7 +    white-space: pre;
     1.8  }
     1.9  table.bloghead {margin-bottom: 1em;}
    1.10  
    1.11 @@ -111,12 +112,12 @@
    1.12  
    1.13  /* fold2!! */
    1.14  div.foldtabs {
    1.15 -    position: relative; max-height: 5em; margin-top: 1em;
    1.16 +    position: relative; height: 5em; margin-top: 1em;
    1.17      border-top: 1px solid black; padding-top: 1em;
    1.18  }
    1.19  div.foldtabs > div {
    1.20      position: absolute; top: 2.5em; opacity: 0.0; background: pink;
    1.21 -    margin: 2px;
    1.22 +    margin: 2px; scroll: auto;
    1.23  }
    1.24  div.foldtabs input[type="radio"] {display: none;}
    1.25  div.foldtabs input[type="radio"]:checked + label + div {
    1.26 @@ -137,6 +138,7 @@
    1.27  input[type="checkbox"] + label + input[type="submit"] {display: none;}
    1.28  input[type="checkbox"]:checked + label + input[type="submit"] {
    1.29      display: inline;}
    1.30 +div.foldtabs p {margin: 0;}
    1.31  
    1.32  div.dumptable {max-height: 15em; overflow: auto;}
    1.33  table.dumpblogs td,