s4

changeset 872:d0572292d033

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