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 <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-23 14:26:20 -05:00
parent 2401f3aa9b
commit b0851fc6fa
1 changed files with 6 additions and 1 deletions

View File

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