]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Docs: Moved Image replacement(text-hide) to text helpers
authorharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 20:27:43 +0000 (01:57 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 11 Mar 2017 20:27:43 +0000 (01:57 +0530)
docs/pages/prototyping.md

index f2db90a820332a7284528f387aacaa05a881c5de..3f6887a019c66b2d31ad3375278fbfa8b6c301c3 100644 (file)
@@ -589,7 +589,9 @@ These overflow classes helps you to clip content, render scrollbars or simply ju
 
 ---
 
-## Image Replacement
+## Text Helpers
+
+### Image Replacement (Text Hide)
 
 You might want to include a logo on the page but you also would like to use a text within a header tag for the sake of accessibility and also for gaining benifits from SEO, and ideally on the webpage you would like to show your logo and not text. In that scenario you can utilize this `.text-hide` class to replace an element’s text content with a background image, often logo.
 
@@ -602,8 +604,6 @@ You might want to include a logo on the page but you also would like to use a te
 
 ---
 
-## Text Helpers
-
 ### Text Transformation
 
 Text transformation lets you control the capitalization of text. You can change the text transformation by adding `.text-uppercase`, `text-lowercase`, `text-capitalize` to an element.