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 <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-25 03:23:58 -05:00
parent 0b82fc7874
commit 843c0f3f69
1 changed files with 1 additions and 1 deletions

View File

@ -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