From a344a94edd8dbab7ff00ebd5e26d9acfabda679d Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Thu, 24 Mar 2011 21:31:57 -0400 Subject: [PATCH] pre and p padding fixes --- includes/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/style.css b/includes/style.css index c1cdb12..18878f5 100644 --- a/includes/style.css +++ b/includes/style.css @@ -156,12 +156,13 @@ li { margin-bottom:40px; } -.note p { - margin-bottom:5px; +p { + margin-top:15px; } pre { - margin-top:10px; + margin-top:20px; + margin-bottom:20px; } #navigation { -- 2.30.2