From 21db61302239d039f4ade0386566dad6bc1b53b5 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 19:38:02 -0700 Subject: [PATCH] fix css bug --- template/site.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/site.css b/template/site.css index 66d6a1c..16d9805 100644 --- a/template/site.css +++ b/template/site.css @@ -74,6 +74,9 @@ div.chapter { div.chapter table { margin-bottom: 20px; } +p.next { + margin-bottom: 20px; +} p.footer { color: grey; }