From 37b4b0205d9338ea0d9338d045057ca4d240f9af Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 11:59:54 -0400 Subject: [PATCH] [frio] Remove shared content horizontal margins --- view/theme/frio/css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9a31a0caa7..063258b92e 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1415,8 +1415,6 @@ section #jotOpen { .shared-wrapper, .vevent { - margin-left: 50px; - margin-right: 50px; padding: 10px; box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05); }