s4

changeset 618:d50f85222ed4

s/margin/padding/
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 19 Apr 2020 22:40:08 +0900
parents a820c4d1435d
children 7af908a22128
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Sun Apr 19 22:39:18 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Sun Apr 19 22:40:08 2020 +0900
     1.3 @@ -87,7 +87,7 @@
     1.4  }
     1.5  table.bloghead tr.preface {
     1.6      font-size: 150%; background: yellow; /* text-align: center; */
     1.7 -    margin-left: 1em;
     1.8 +    padding-left: 1em;
     1.9      white-space: pre-wrap;
    1.10  }
    1.11  table.bloghead tr.frozen {background: blue; color: white;}