From 7ae21ae9727d631bb91deab572db9b4d1ada6977 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 25 Sep 2013 10:15:59 -0700 Subject: [PATCH] Fix padding bug with blockquotes in the right area. --- source/stylesheets/all.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/all.css.scss b/source/stylesheets/all.css.scss index 6e14987..d1378ee 100644 --- a/source/stylesheets/all.css.scss +++ b/source/stylesheets/all.css.scss @@ -209,10 +209,11 @@ html, body { margin: 0; color: #fff; @include text-shadow(0px 1px 2px rgba(0,0,0,0.4)); + padding: $main-padding/2 $main-padding; + &>p { margin: 0; } } pre { - padding: $main-padding/2 $main-padding; background-color: $code-bg; @include fancy-inset-border-top; @include fancy-inset-border-bottom;