aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-08-06 18:33:44 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-08-06 18:33:44 +0200
commitd7dd5fc8c8e2797326eeebbeea70693f5f736d87 (patch)
treed2c62346c6378ab31939af1cdaa19b3616f7821e /styles
parentf561676ac116e0635f1af6741e693167d0785819 (diff)
Added margin between entry_title and entry_content
Diffstat (limited to 'styles')
-rw-r--r--styles/box.css1
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;
}