]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add radius text to first alert box 4935/head
authorTrace Helms <tracehelms@gmail.com>
Tue, 8 Apr 2014 19:26:08 +0000 (15:26 -0400)
committerTrace Helms <tracehelms@gmail.com>
Tue, 8 Apr 2014 19:26:08 +0000 (15:26 -0400)
Having the radius on the first standard alert box without showing it in the code listing could be confusing for new users, especially since the second alert box doesn't have the radius.

doc/includes/kitchen/examples_kitchen_alert.html

index 652f55d7f1c3bf02e2912149ed666cdf7e625f01..663c02d361f37b1c4c186ac6d8ac5275ced5b014 100644 (file)
@@ -1,5 +1,5 @@
 <div data-alert class="alert-box radius">
-  This is a standard alert (div.alert-box).
+  This is a standard alert (div.alert-box.radius).
   <a href="" class="close">&times;</a>
 </div>
 
@@ -16,4 +16,4 @@
 <div data-alert class="alert-box secondary">
   This is a secondary alert (div.alert-box.secondary).
   <a href="" class="close">&times;</a>
-</div>
\ No newline at end of file
+</div>