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 wrap: on
line diff
--- a/examples/common/default/default.css	Wed Oct 07 13:01:29 2020 +0859
+++ b/examples/common/default/default.css	Wed Oct 21 09:26:49 2020 +0859
@@ -109,11 +109,17 @@
 }
 table.bloghead tr.preface td ul,
 table.bloghead tr.preface td ol,
+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,
 table.blog_replies video,
 table.blog_replies iframe,
 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;
+    display: inline-block;
 }
 table.blog_replies p.proficon {
     float: right; margin: 0 1ex 0 0;

yatex.org