Fixed issue with ol > li's not being numbered

Issue introduced in b0851fc where in ordered lists, li's were
unnumbered.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-29 16:59:23 -05:00
parent 100b575137
commit 110b6a0e64
1 changed files with 3 additions and 1 deletions

View File

@ -131,9 +131,11 @@ pageContent = do
marginTop (em 1)
overflow hidden
ul |> li ? do
listStyleType none
(ul <> ol) |> li ? do
marginBottom (em 0.02)
listStyleType none
"#page-content" # ".loading" ?
opacity 0.35