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 diff
     1.1 --- a/examples/common/default/default.css	Mon Apr 27 15:48:13 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Tue Apr 28 14:16:52 2020 +0900
     1.3 @@ -86,7 +86,7 @@
     1.4      min-width: 30em;
     1.5  }
     1.6  table.bloghead tr.preface {
     1.7 -    font-size: 150%; background: yellow; text-align: center;
     1.8 +    font-size: 150%; background: yellow; /* text-align: center; */
     1.9      white-space: pre-wrap;
    1.10  }
    1.11  table.bloghead tr.frozen {background: blue; color: white;}