changeset 199:02cbc3cf4b32

css: removed margin in box--hollow
author Goffi <goffi@goffi.org>
date Sun, 05 May 2019 18:44:01 +0200
parents f70a20564f47
children a3bdb41fd23b
files sat_templates/templates/default/static/styles.css
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/default/static/styles.css	Fri May 03 23:58:44 2019 +0200
+++ b/sat_templates/templates/default/static/styles.css	Sun May 05 18:44:01 2019 +0200
@@ -370,7 +370,6 @@
     border-style: solid;
     border-color: silver;
     border-width: 1px 0;
-    margin: 0;
 }
 
 .box--paper {
@@ -1272,7 +1271,6 @@
     .box--hollow {
         border-radius: 0.2em;
         border-width: 1px;
-        margin: 0.5em;
     }
 
     .box--extra-margin {