# HG changeset patch # User HIROSE Yuuji # Date 1517533789 -32400 # Node ID 66189fcd8c0cbaed22f5cf8717acf32ef268303b # Parent be821d63848cb674c23751ceeabed119419eb58f (TEST)
in reply field has margin-bottom: -1em diff -r be821d63848c -r 66189fcd8c0c examples/common/default/default.css --- 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: "○";}