changeset 591:3bfd1ac6fbf3

Hr in reply box changed to inline-block
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 07 Sep 2019 07:41:52 +0900
parents f480fa97fba6
children a50e83239b51
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Fri Aug 16 18:33:29 2019 +0900
+++ b/examples/common/default/default.css	Sat Sep 07 07:41:52 2019 +0900
@@ -116,7 +116,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 hr {display: inline-block; width: 95%; color: #cde}
 td.repl em {color: #a00; text-decoration: underline; padding-right: 0.3ex;}
 td.repl strong {color: white; background: #00a; padding: 0 0.5ex;}
 td.repl h2:before {content: "■"; color: #a22;}

yatex.org