diff --git a/yesod-form/Yesod/Form/Bootstrap3.hs b/yesod-form/Yesod/Form/Bootstrap3.hs index cf040c61..15f005ea 100644 --- a/yesod-form/Yesod/Form/Bootstrap3.hs +++ b/yesod-form/Yesod/Form/Bootstrap3.hs @@ -8,6 +8,9 @@ module Yesod.Form.Bootstrap3 ( -- * Example: Rendering a basic form -- $example + -- * Example: Rendering a horizontal form + -- $example2 + -- * Rendering forms renderBootstrap3 , BootstrapFormLayout(..) @@ -133,24 +136,18 @@ addGO (ColLg _) _ = error "Yesod.Form.Bootstrap.addGO: never here" -- Since: yesod-form 1.3.8 data BootstrapFormLayout = BootstrapBasicForm -- ^ A form with labels and inputs listed vertically. See - | BootstrapInlineForm -- ^ A form whose @\@ are laid out horizontally (displayed as @inline-block@). For this layout, @\