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 wrap: on
line diff
--- a/examples/common/default/default.css	Thu Apr 13 18:08:48 2017 +0859
+++ b/examples/common/default/default.css	Thu Apr 13 18:19:22 2017 +0859
@@ -100,6 +100,9 @@
     vertical-align: top; min-width: 30em; height: 3em;
     max-width: 50em;
 }
+td.repl h2, td.repl h3, td.repl h4 {
+    display: inline;	/* Because td.repl's white space is pre-wrap */
+}
 .blog_replies td.repatt {min-width: 12em;}
 table.blog_replies iframe {
     width: 400px; height: 300px; max-width: 50em; max-height: 20em;

yatex.org