From: Hypolite Petovan Date: Wed, 28 Sep 2016 17:08:58 +0000 (-0400) Subject: [frio] Increase available width for shared content X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f64bd451cabd141c4105d28ecd9f9152e93326d3;p=friendica.git [frio] Increase available width for shared content - Added a bottom margin to the shared header - Removed padding and horizontal margins for the shared content --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 063258b92e..e685e0910d 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,