From e6a39365775539a6d14e61b63bbad0c4a008842f Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sat, 11 Dec 2010 00:50:26 -0800 Subject: [PATCH] fix css --- Yesod/Form/Profiles.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yesod/Form/Profiles.hs b/Yesod/Form/Profiles.hs index 13dffe35..1dd78255 100644 --- a/Yesod/Form/Profiles.hs +++ b/Yesod/Form/Profiles.hs @@ -216,7 +216,8 @@ searchFieldProfile autoFocus = FieldProfile when autoFocus $ do addHtml $ [HAMLET| |] addCassius [CASSIUS| - #$theId$ -webkit-appearance: textfield; + #$theId$ + -webkit-appearance: textfield |] }