]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
[docs] Rename: `panel` -> `callout` 7062/head
authorPete Cooper <pete@pragmatika.net>
Fri, 20 Nov 2015 15:51:53 +0000 (15:51 +0000)
committerPete Cooper <pete@pragmatika.net>
Fri, 20 Nov 2015 15:51:53 +0000 (15:51 +0000)
No code changes.

docs/pages/kitchen-sink.md

index 51ef0962008a67472273a38f2d8dc71d780c407e..046f6608fc2902b63b65a46a9d52037ff4b92f71 100644 (file)
@@ -131,25 +131,25 @@ description: Everything but.
 </div>
 
 <div class="callout secondary">
-  <h5>This is a secondary panel</h5>
+  <h5>This is a secondary callout</h5>
   <p>It has an easy to override visual style, and is appropriately subdued.</p>
   <a href="#">It's dangerous to go alone, take this.</a>
 </div>
 
 <div class="callout success">
-  <h5>This is a success panel</h5>
+  <h5>This is a success callout</h5>
   <p>It has an easy to override visual style, and is appropriately subdued.</p>
   <a href="#">It's dangerous to go alone, take this.</a>
 </div>
 
 <div class="callout warning">
-  <h5>This is a warning panel</h5>
+  <h5>This is a warning callout</h5>
   <p>It has an easy to override visual style, and is appropriately subdued.</p>
   <a href="#">It's dangerous to go alone, take this.</a>
 </div>
 
 <div class="callout alert">
-  <h5>This is an alert panel</h5>
+  <h5>This is an alert callout</h5>
   <p>It has an easy to override visual style, and is appropriately subdued.</p>
   <a href="#">It's dangerous to go alone, take this.</a>
 </div>