s4

changeset 427:d52dd72a70e1

td.repl h[234] -> display: inline;
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 13 Apr 2017 18:19:22 +0859
parents b3b33923638c
children 2e32349c4dd6
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Thu Apr 13 18:08:48 2017 +0859
     1.2 +++ b/examples/common/default/default.css	Thu Apr 13 18:19:22 2017 +0859
     1.3 @@ -100,6 +100,9 @@
     1.4      vertical-align: top; min-width: 30em; height: 3em;
     1.5      max-width: 50em;
     1.6  }
     1.7 +td.repl h2, td.repl h3, td.repl h4 {
     1.8 +    display: inline;	/* Because td.repl's white space is pre-wrap */
     1.9 +}
    1.10  .blog_replies td.repatt {min-width: 12em;}
    1.11  table.blog_replies iframe {
    1.12      width: 400px; height: 300px; max-width: 50em; max-height: 20em;