From: tommy tomson <thomas.bierey@gmx.de>
Date: Sat, 3 Mar 2012 05:00:46 +0000 (+0100)
Subject: small fix in style.css
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83c25b4386f567835896af0455a6adce06718147;p=friendica.git

small fix in style.css
---

diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index c98a8fa913..c1eb3be5a7 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -348,7 +348,9 @@ body {
   font-size: 13px;
   background-color: #ffffff;
   color: #2d2d2d;
-  margin: 50px 0px 0px 0px;
+  margin-left: : auto;
+  margin-right: auto;
+  margin-top: 50px;
   display: table;
 }
 h4 {
@@ -1269,6 +1271,8 @@ section {
   color: #999999;
   border: 1px solid #DDD;
   padding: 0.3em;
+  margin-top: 30px;
+  margin-bottom: 10px;
 }
 #jot #jot-tools {
   margin: 0px;