]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change close button example in kitchen sink to emphasize that it's a static example...
authorGeoff Kimball <geoff@zurb.com>
Wed, 2 Dec 2015 01:26:01 +0000 (17:26 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 2 Dec 2015 01:26:01 +0000 (17:26 -0800)
docs/pages/kitchen-sink.md

index 046f6608fc2902b63b65a46a9d52037ff4b92f71..59d1846e3812e6ce6e99ec6c3309a9c9dee24a95 100644 (file)
@@ -164,7 +164,7 @@ description: Everything but.
   <button class="close-button" aria-label="Close alert" type="button">
     <span aria-hidden="true">&times;</span>
   </button>
-  <p>You can so totally close this!</p>
+  <p>This is a static close button example.</p>
 </div>
 ```