# HG changeset patch # User HIROSE Yuuji # Date 1588051012 -32400 # Node ID e09a5e6c79c6d276846e74ab59e01f02c49cd6ab # Parent 3fb0c7433a6494feb9f697bd102b258fb533e6cd Do not center preface of blog diff -r 3fb0c7433a64 -r e09a5e6c79c6 examples/common/default/default.css --- a/examples/common/default/default.css Mon Apr 27 15:48:13 2020 +0900 +++ b/examples/common/default/default.css Tue Apr 28 14:16:52 2020 +0900 @@ -86,7 +86,7 @@ min-width: 30em; } table.bloghead tr.preface { - font-size: 150%; background: yellow; text-align: center; + font-size: 150%; background: yellow; /* text-align: center; */ white-space: pre-wrap; } table.bloghead tr.frozen {background: blue; color: white;}