]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Increase available width for shared content
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 28 Sep 2016 17:08:58 +0000 (13:08 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 28 Sep 2016 17:08:58 +0000 (13:08 -0400)
- Added a bottom margin to the shared header
- Removed padding and horizontal margins for the shared content

view/theme/frio/css/style.css

index 063258b92e6bfe911abe4c2480f5fed76625df00..e685e0910de24dd2f690ce371bf3c3a52db22aa5 100644 (file)
@@ -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,