removed nbsp from clearDiv
This commit is contained in:
parent
8bc06762ff
commit
3bf2eec125
@ -75,4 +75,4 @@ makeDiv :: Int -> Block -> Block
|
||||
makeDiv width content = Div ("", [], [("style","width:" <> show width <> "%;float:left")]) [content]
|
||||
|
||||
clearDiv :: Block
|
||||
clearDiv = Div ("", [], [("style", "clear: both")]) [Plain [toHtml " "]]
|
||||
clearDiv = Div ("", [], [("style", "clear: both")]) [Plain [toHtml ""]]
|
||||
|
Loading…
Reference in New Issue
Block a user