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 wrap: on
line diff
--- 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 {

yatex.org