# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1557074641 -7200
# Node ID 02cbc3cf4b32ee00f4c60a81e0ff84d738dccc12
# Parent  f70a20564f47894c5601ecfe1f06143c66be1f0e
css: removed margin in box--hollow

diff -r f70a20564f47 -r 02cbc3cf4b32 sat_templates/templates/default/static/styles.css
--- 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 {