From f64bd451cabd141c4105d28ecd9f9152e93326d3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 13:08:58 -0400 Subject: [PATCH] [frio] Increase available width for shared content - Added a bottom margin to the shared header - Removed padding and horizontal margins for the shared content --- view/theme/frio/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 063258b92..e685e0910 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1431,13 +1431,15 @@ section #jotOpen { } .shared_header { margin-left: 0px; - margin-top: 0px; + margin-top: 0px; padding-top: 0px; + margin-bottom: 10px; border-top: none; color: inherit; } blockquote.shared_content { - margin-left: 20px; + padding: 0px; + margin-left: 0px; color: inherit; } .wall-item-tags,