# HG changeset patch # User HIROSE Yuuji # Date 1587303707 -32400 # Node ID 7af908a2212807e5885cabb3c1069c3629de1f9b # Parent d50f85222ed4c211024fe47ac3b15c7064ef2418 Bring back centering preface of blog again diff -r d50f85222ed4 -r 7af908a22128 examples/common/default/default.css --- 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;}