# HG changeset patch # User HIROSE Yuuji # Date 1603240101 -32373 # Node ID d0572292d0332f7f310df34b2f33111518ed285b # Parent 9c0eb36bccaa9efbbc165e59d1b8626eabf97e62 Make blocks in table.bloghead inline-block diff -r 9c0eb36bccaa -r d0572292d033 examples/common/default/default.css --- a/examples/common/default/default.css Wed Oct 21 09:26:49 2020 +0859 +++ b/examples/common/default/default.css Wed Oct 21 09:27:54 2020 +0859 @@ -119,6 +119,13 @@ table.blog_replies ul, .blog_replies tr ul, .blog_replies td ul, table.blog_replies ol, .blog_replies tr ol, .blog_replies td ol { text-align: left; white-space: normal; margin: 1ex 0; +} +table.bloghead tr.preface h2, +table.bloghead tr.preface h3, +table.bloghead tr.preface h4, +table.bloghead tr.preface h5, +table.bloghead tr.preface h5 +{ display: inline-block; } table.blog_replies p.proficon {