aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-03 06:00:46 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-03 06:00:46 +0100
commit83c25b4386f567835896af0455a6adce06718147 (patch)
tree633a67bbc5c37566695997b4bbf3386a9c3235f3 /view/theme/diabook
parent89f667ff76728d8e2fbfef0e40ee1ef8ccc53c18 (diff)
downloadvolse-hubzilla-83c25b4386f567835896af0455a6adce06718147.tar.gz
volse-hubzilla-83c25b4386f567835896af0455a6adce06718147.tar.bz2
volse-hubzilla-83c25b4386f567835896af0455a6adce06718147.zip
small fix in style.css
Diffstat (limited to 'view/theme/diabook')
-rw-r--r--view/theme/diabook/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index c98a8fa91..c1eb3be5a 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;