From 184e1716aaf19bafd3084eb4037e872b581988cd Mon Sep 17 00:00:00 2001 From: Daniel Sinn Date: Tue, 29 Dec 2015 12:38:51 -0500 Subject: [PATCH] Don't need h2 margin-top when sections have that much padding --- ktane.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ktane.css b/ktane.css index ce90081..fac318e 100755 --- a/ktane.css +++ b/ktane.css @@ -8,6 +8,9 @@ section { clear: both; padding: 1em; } +h2 { + margin-top: 0; +} table { border-collapse: collapse; }