Mercurial > hgrepos > hgweb.cgi > s4
changeset 634:e09a5e6c79c6
Do not center preface of blog
author | HIROSE Yuuji <yuuji@gentei.org> |
---|---|
date | Tue, 28 Apr 2020 14:16:52 +0900 |
parents | 3fb0c7433a64 |
children | ae37fefb7a2b |
files | examples/common/default/default.css |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;}