# HG changeset patch # User HIROSE Yuuji # Date 1502858463 -32373 # Node ID f06e2356cc70859f5ac876dc5a4f6578ffcf4c9e # Parent 33149c656f37dbaee02f74458617f7d551bd0c6b pseudo content test2 diff -r 33149c656f37 -r f06e2356cc70 examples/common/default/default.css --- a/examples/common/default/default.css Wed Aug 16 13:29:47 2017 +0859 +++ b/examples/common/default/default.css Wed Aug 16 13:40:36 2017 +0859 @@ -108,8 +108,8 @@ td.repl h2, td.repl h3, td.repl h4 { display: inline; /* Because td.repl's white space is pre-wrap */ } -td.repl h2:before {content: "■";} -td.repl h3:before {content: "◆";} +td.repl h2:before, td.repl h2:after {content: "■■"; color: navy;} +td.repl h3:before {content: "◆"; color: green;} td.repl h4:before {content: "○";} .blog_replies td.repatt {min-width: 12em;} table.blog_replies iframe {