From b0851fc6fa9e1411991314871a50559ec3e69149 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Fri, 23 Jan 2015 14:26:20 -0500 Subject: [PATCH] Fixed li bullet indicator Use the unicode arrow '2192' infront of ol > li bullets. This must have been missed while porting css from sass to clay. Signed-off-by: Collin J. Doering --- clay/Main.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clay/Main.hs b/clay/Main.hs index 134bfaf..dfbd7c5 100644 --- a/clay/Main.hs +++ b/clay/Main.hs @@ -137,7 +137,7 @@ pageContent = do "#page-content" # ".loading" ? opacity 0.35 - "#page-content" # ".lading-done" ? do + "#page-content" # ".loading-done" ? do transition "opacity" (sec 1) easeIn (sec 0.5) opacity 1 @@ -157,6 +157,11 @@ pageContent = do backgroundPosition $ positioned (pct 50) (pct 50) height (px 125) + "#page-content" ** ul |> (li # ":before") ? do + content $ stringContent "\\2192" + paddingRight (em 0.5) + fontSize (em 1.5) + theFooter :: Css theFooter = do "#footer-left" ?