From 843c0f3f69a05544f387f6b705838df9f160a944 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sun, 25 Jan 2015 03:23:58 -0500 Subject: [PATCH] Fixed little issue with tag page headings For some reason changing from skeleton 1.2 -> 2.04 broke the "tagged" image displayed before h1's on the tag pages. See commit 06114cf Signed-off-by: Collin J. Doering --- clay/PageComponents.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clay/PageComponents.hs b/clay/PageComponents.hs index 9f8724a..a02a047 100644 --- a/clay/PageComponents.hs +++ b/clay/PageComponents.hs @@ -154,7 +154,7 @@ tagPageHeading = do backgroundSize contain backgroundRepeat noRepeat backgroundPosition $ positioned (pct 50) (pct 50) - sym2 padding (px 24) (px 39) + sym padding (px 30) margin nil (em 0.35) nil (em 0.1) srcCodeBlock :: Css