changeset 619:7af908a22128

Bring back centering preface of blog again
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Apr 2020 22:41:47 +0900
parents d50f85222ed4
children 2635182219dc
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sun Apr 19 22:40:08 2020 +0900
+++ b/examples/common/default/default.css	Sun Apr 19 22:41:47 2020 +0900
@@ -86,8 +86,7 @@
     min-width: 30em;
 }
 table.bloghead tr.preface {
-    font-size: 150%; background: yellow; /* text-align: center; */
-    padding-left: 1em;
+    font-size: 150%; background: yellow; text-align: center;
     white-space: pre-wrap;
 }
 table.bloghead tr.frozen {background: blue; color: white;}

yatex.org