From 8c592aed6c8c6112764cbf052a0d76e7d504d1c7 Mon Sep 17 00:00:00 2001 From: Coleman Date: Wed, 23 Jul 2008 13:54:26 -0500 Subject: [PATCH] add padding for boxes just at the size of the minimum page box size so that there is a little space at the bottom --- public/stylesheets/application.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 81f0fc6..7cfd67f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -236,7 +236,8 @@ body { } .entry { - + padding: 3px; + margin-bottom: 10px; } .entry ul { @@ -271,4 +272,4 @@ body { float: right; font-size: 90%; padding-top: 10px; -} \ No newline at end of file +}