aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-02 21:02:55 -0800
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-02 21:02:55 -0800
commitb4361e37e062221c1dd2ae660cf7dc9be725ecc4 (patch)
treeae2daef8615f0f30c676e451c27f2f481c70dbc5 /view/theme
parent2ae82ae3c2cde892863dceb812c57d3b2afdb6f9 (diff)
parent83c25b4386f567835896af0455a6adce06718147 (diff)
downloadvolse-hubzilla-b4361e37e062221c1dd2ae660cf7dc9be725ecc4.tar.gz
volse-hubzilla-b4361e37e062221c1dd2ae660cf7dc9be725ecc4.tar.bz2
volse-hubzilla-b4361e37e062221c1dd2ae660cf7dc9be725ecc4.zip
Merge pull request #63 from tomtom84/master
fixes in diabook theme
Diffstat (limited to 'view/theme')
-rwxr-xr-xview/theme/diabook/icons/star.pngbin358 -> 339 bytes
-rwxr-xr-xview/theme/diabook/icons/unstarred.pngbin339 -> 358 bytes
-rw-r--r--view/theme/diabook/style.css6
3 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/diabook/icons/star.png b/view/theme/diabook/icons/star.png
index ca2072414..32eff5a50 100755
--- a/view/theme/diabook/icons/star.png
+++ b/view/theme/diabook/icons/star.png
Binary files differ
diff --git a/view/theme/diabook/icons/unstarred.png b/view/theme/diabook/icons/unstarred.png
index 32eff5a50..ca2072414 100755
--- a/view/theme/diabook/icons/unstarred.png
+++ b/view/theme/diabook/icons/unstarred.png
Binary files differ
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;