# HG changeset patch # User HIROSE Yuuji # Date 1587303608 -32400 # Node ID d50f85222ed4c211024fe47ac3b15c7064ef2418 # Parent a820c4d1435d3854b1614b9ad0cbe761ced9d3b0 s/margin/padding/ diff -r a820c4d1435d -r d50f85222ed4 examples/common/default/default.css --- a/examples/common/default/default.css Sun Apr 19 22:39:18 2020 +0900 +++ b/examples/common/default/default.css Sun Apr 19 22:40:08 2020 +0900 @@ -87,7 +87,7 @@ } table.bloghead tr.preface { font-size: 150%; background: yellow; /* text-align: center; */ - margin-left: 1em; + padding-left: 1em; white-space: pre-wrap; } table.bloghead tr.frozen {background: blue; color: white;}