From 3af01a089e0914d6d0019c14b684eaf78c0352d4 Mon Sep 17 00:00:00 2001 From: Trace Helms Date: Tue, 8 Apr 2014 15:26:08 -0400 Subject: [PATCH] Add radius text to first alert box 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/includes/kitchen/examples_kitchen_alert.html b/doc/includes/kitchen/examples_kitchen_alert.html index 652f55d7f..663c02d36 100644 --- a/doc/includes/kitchen/examples_kitchen_alert.html +++ b/doc/includes/kitchen/examples_kitchen_alert.html @@ -1,5 +1,5 @@
- This is a standard alert (div.alert-box). + This is a standard alert (div.alert-box.radius). ×
@@ -16,4 +16,4 @@
This is a secondary alert (div.alert-box.secondary). × -
\ No newline at end of file + -- 2.47.2