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 wrap: on
line diff
--- a/examples/common/default/default.css	Thu Aug 18 19:04:15 2016 +0859
+++ b/examples/common/default/default.css	Mon Aug 22 16:02:53 2016 +0859
@@ -71,6 +71,7 @@
 }
 table.bloghead tr:nth-child(2) {
     font-size: 150%; background: yellow; text-align: center;
+    white-space: pre;
 }
 table.bloghead {margin-bottom: 1em;}
 
@@ -111,12 +112,12 @@
 
 /* fold2!! */
 div.foldtabs {
-    position: relative; max-height: 5em; margin-top: 1em;
+    position: relative; height: 5em; margin-top: 1em;
     border-top: 1px solid black; padding-top: 1em;
 }
 div.foldtabs > div {
     position: absolute; top: 2.5em; opacity: 0.0; background: pink;
-    margin: 2px;
+    margin: 2px; scroll: auto;
 }
 div.foldtabs input[type="radio"] {display: none;}
 div.foldtabs input[type="radio"]:checked + label + div {
@@ -137,6 +138,7 @@
 input[type="checkbox"] + label + input[type="submit"] {display: none;}
 input[type="checkbox"]:checked + label + input[type="submit"] {
     display: inline;}
+div.foldtabs p {margin: 0;}
 
 div.dumptable {max-height: 15em; overflow: auto;}
 table.dumpblogs td,

yatex.org