# HG changeset patch # User HIROSE Yuuji # Date 1567809712 -32400 # Node ID 3bfd1ac6fbf343ebdf5bf884b4d86542a6e94278 # Parent f480fa97fba6cdb634f5c055db6d89e0590c0f2c Hr in reply box changed to inline-block diff -r f480fa97fba6 -r 3bfd1ac6fbf3 examples/common/default/default.css --- 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;}