]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update forms.md 7255/head
authorDanSmith83 <DanSmith83@users.noreply.github.com>
Fri, 27 Nov 2015 08:32:27 +0000 (08:32 +0000)
committerDanSmith83 <DanSmith83@users.noreply.github.com>
Fri, 27 Nov 2015 08:32:27 +0000 (08:32 +0000)
Make instructions match example

docs/pages/forms.md

index b1950e7b5f92ee478c0d45b96d3766046a07045f..e7e153967a4096847677945bbf9832b88c5ab5a1 100644 (file)
@@ -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.
 
 <div class="warning callout">
   <p>In a <a href="rtl.html">right-to-left</a> environment, use <code>.float-left</code> instead.</p>