]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Text-Capitialize: Nest a note into a callout
authorharry <harmanmanchanda182@gmail.com>
Wed, 31 May 2017 16:48:50 +0000 (22:18 +0530)
committerharry <harmanmanchanda182@gmail.com>
Wed, 31 May 2017 16:48:50 +0000 (22:18 +0530)
docs/pages/prototyping-utilities.md

index ae054e5f5d334297548dc7af8ae5f5dcb67e84c9..ddc68fb6962c0e253103b6d1fe2dffd3d4c86048 100644 (file)
@@ -351,7 +351,9 @@ Text transformation lets you control the capitalization of text. You can change
 
 <p class="text-capitalize"><strong>This is a caPitAlized teXt.</strong> Set in the yEar 0 F.E. ("Foundation Era"), The PsychohisTorians opens on Trantor, the capital of the 12,000-year-old Galactic Empire. Though the empire appears stable and powerful, it is slowly decaying in ways that parallel the decline of the Western Roman Empire.</p>
 
-Note: `.text-capitalize` changes the first letter of every single word, leaving the case of other letters unaffected.
+<div class="callout primary">
+  <strong>Note:</strong> `.text-capitalize` changes the first letter of every single word, leaving the case of other letters unaffected.
+</div>
 
 ---