Mercurial > libervia-templates
comparison sat_templates/templates/default/static/styles.css @ 189:e5fdd7e13764
css: do not zero margin for <p> element
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 25 Apr 2019 19:47:55 +0200 |
parents | e85122a39e8f |
children | 02cbc3cf4b32 |
comparison
equal
deleted
inserted
replaced
188:e85122a39e8f | 189:e5fdd7e13764 |
---|---|
32 height: 100vh; | 32 height: 100vh; |
33 flex-direction: column; | 33 flex-direction: column; |
34 box-sizing: border-box; | 34 box-sizing: border-box; |
35 } | 35 } |
36 | 36 |
37 p { | |
38 margin: 0; | |
39 } | |
40 | |
41 blockquote { | 37 blockquote { |
42 margin: 1em 0; | 38 margin: 1em 0; |
43 padding-left: 0.3em; | 39 padding-left: 0.3em; |
44 border-left: 0.3rem solid #CCC; | 40 border-left: 0.3rem solid #CCC; |
45 } | 41 } |