From: DanSmith83 Date: Fri, 27 Nov 2015 08:32:27 +0000 (+0000) Subject: Update forms.md X-Git-Tag: v6.0.5~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79daa3246ada2bc7595740cc9381fd7ed42c8e39;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update forms.md Make instructions match example --- diff --git a/docs/pages/forms.md b/docs/pages/forms.md index b1950e7b5..e7e153967 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -123,7 +123,7 @@ Place help text below a field to clarify it's purpose. Whenever you use help tex ## Label Positioning -Sometimes you want a form with labels to the left of your inputs. Piece of cake! You can put the label inside a different column to the left of the input. Then use the class `.float-right` (or add `text-align: right` yourself) to realign the label. +Sometimes you want a form with labels to the left of your inputs. Piece of cake! You can put the label inside a different column to the left of the input. Then use the class `.text-right` or `.float-right` (or add `text-align: right` yourself) to realign the label.

In a right-to-left environment, use .float-left instead.