s4

changeset 871:9c0eb36bccaa

Make blocks in table.bloghead inline-block
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 21 Oct 2020 09:26:49 +0859
parents a7ae0d67edff
children d0572292d033
files examples/common/default/default.css
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Wed Oct 07 13:01:29 2020 +0859
     1.2 +++ b/examples/common/default/default.css	Wed Oct 21 09:26:49 2020 +0859
     1.3 @@ -109,11 +109,17 @@
     1.4  }
     1.5  table.bloghead tr.preface td ul,
     1.6  table.bloghead tr.preface td ol,
     1.7 +table.bloghead tr.preface h2,
     1.8 +table.bloghead tr.preface h3,
     1.9 +table.bloghead tr.preface h4,
    1.10 +table.bloghead tr.preface h5,
    1.11 +table.bloghead tr.preface h5,
    1.12  table.blog_replies video,
    1.13  table.blog_replies iframe,
    1.14  table.blog_replies ul, .blog_replies tr ul, .blog_replies td ul,
    1.15  table.blog_replies ol, .blog_replies tr ol, .blog_replies td ol {
    1.16      text-align: left; white-space: normal; margin: 1ex 0;
    1.17 +    display: inline-block;
    1.18  }
    1.19  table.blog_replies p.proficon {
    1.20      float: right; margin: 0 1ex 0 0;