changeset 484:66189fcd8c0c

(TEST) <hr> in reply field has margin-bottom: -1em
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 02 Feb 2018 10:09:49 +0900
parents be821d63848c
children 021e7943fd99
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Fri Feb 02 09:45:55 2018 +0900
+++ b/examples/common/default/default.css	Fri Feb 02 10:09:49 2018 +0900
@@ -109,6 +109,7 @@
     display: inline;	/* Because td.repl's white space is pre-wrap */
     /* text-shadow: blue 0px 1px; */
 }
+td.repl hr {margin-bottom: -1em;}
 td.repl h2:before {content: "■"; color: #a22;}
 td.repl h3:before {content: "◆"; color: #a22;}
 td.repl h4:before {content: "○";}

yatex.org