s4

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 diff
     1.1 --- a/examples/common/default/default.css	Fri Feb 02 09:45:55 2018 +0900
     1.2 +++ b/examples/common/default/default.css	Fri Feb 02 10:09:49 2018 +0900
     1.3 @@ -109,6 +109,7 @@
     1.4      display: inline;	/* Because td.repl's white space is pre-wrap */
     1.5      /* text-shadow: blue 0px 1px; */
     1.6  }
     1.7 +td.repl hr {margin-bottom: -1em;}
     1.8  td.repl h2:before {content: "■"; color: #a22;}
     1.9  td.repl h3:before {content: "◆"; color: #a22;}
    1.10  td.repl h4:before {content: "○";}