From 78331ea6c1a1ef9fc66184a84eff3d2affc32a96 Mon Sep 17 00:00:00 2001 From: Chris Bill Date: Thu, 7 May 2015 10:52:21 -0400 Subject: [PATCH] Fusion CSS changes --- assets/css/fusion.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/assets/css/fusion.css b/assets/css/fusion.css index 6df720594..2c883a9e2 100644 --- a/assets/css/fusion.css +++ b/assets/css/fusion.css @@ -1,3 +1,22 @@ #fusion-body{ - padding:50px; + padding:50px; + padding-top:0px; +} +h1 .header-anchor{ + left:-1px; +} +h2 .header-anchor{ + left:7px; +} +h3 .header-anchor{ + left:12px; +} +h4 .header-anchor{ + left:15px; +} +dt .header-anchor{ + left:20px; +} +h1:first-of-type{ + padding-top:0px; } \ No newline at end of file