diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 01:20:45 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 01:20:45 +0000 |
commit | 8183289bb1bcc21408b8c3cfa6034d9ffcc3c750 (patch) | |
tree | ff7efb1f5b4b02a3e4f5202a02ad54a2541461fa | |
parent | 2578b598ddb5a48386d169b662d9fc5bcf67b45b (diff) |
Add some padding between paragraphs.
-rw-r--r-- | core/views/welcome.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 0e5bd2e8..51bc72e8 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -26,7 +26,7 @@ } p { - margin: 0 0 0 0; + margin: 0 0 1em 0; padding-left: 1em; } |