changeset 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 cda2aad3eed0
files sat_templates/templates/default/static/styles.css
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/default/static/styles.css	Sun Apr 14 08:09:42 2019 +0200
+++ b/sat_templates/templates/default/static/styles.css	Thu Apr 25 19:47:55 2019 +0200
@@ -34,10 +34,6 @@
     box-sizing: border-box;
 }
 
-p {
-    margin: 0;
-}
-
 blockquote {
     margin: 1em 0;
     padding-left: 0.3em;