diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-02 21:02:55 -0800 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-02 21:02:55 -0800 |
commit | b4361e37e062221c1dd2ae660cf7dc9be725ecc4 (patch) | |
tree | ae2daef8615f0f30c676e451c27f2f481c70dbc5 /view/theme | |
parent | 2ae82ae3c2cde892863dceb812c57d3b2afdb6f9 (diff) | |
parent | 83c25b4386f567835896af0455a6adce06718147 (diff) | |
download | volse-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-x | view/theme/diabook/icons/star.png | bin | 358 -> 339 bytes | |||
-rwxr-xr-x | view/theme/diabook/icons/unstarred.png | bin | 339 -> 358 bytes | |||
-rw-r--r-- | view/theme/diabook/style.css | 6 |
3 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/diabook/icons/star.png b/view/theme/diabook/icons/star.png Binary files differindex ca2072414..32eff5a50 100755 --- a/view/theme/diabook/icons/star.png +++ b/view/theme/diabook/icons/star.png diff --git a/view/theme/diabook/icons/unstarred.png b/view/theme/diabook/icons/unstarred.png Binary files differindex 32eff5a50..ca2072414 100755 --- a/view/theme/diabook/icons/unstarred.png +++ b/view/theme/diabook/icons/unstarred.png 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; |