s4

changeset 617:a820c4d1435d

Do not centering preface of blog
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Apr 2020 22:39:18 +0900
parents 56b4430125da
children d50f85222ed4
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Apr 19 18:03:57 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Sun Apr 19 22:39:18 2020 +0900
     1.3 @@ -86,7 +86,8 @@
     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 +    margin-left: 1em;
    1.10      white-space: pre-wrap;
    1.11  }
    1.12  table.bloghead tr.frozen {background: blue; color: white;}