diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-08-06 18:33:44 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-08-06 18:33:44 +0200 |
commit | d7dd5fc8c8e2797326eeebbeea70693f5f736d87 (patch) | |
tree | d2c62346c6378ab31939af1cdaa19b3616f7821e | |
parent | f561676ac116e0635f1af6741e693167d0785819 (diff) |
Added margin between entry_title and entry_content
Diffstat (limited to '')
-rw-r--r-- | styles/box.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/box.css b/styles/box.css index f8003c9..7eea69f 100644 --- a/styles/box.css +++ b/styles/box.css @@ -179,6 +179,7 @@ div.entry_date { div.entry_content { margin-left: 10px; margin-right: 10px; + margin-top: 10px; text-indent: 1em; } |