From 73aaae30e3c9d31d50eed0e1c1015c84d60a603f Mon Sep 17 00:00:00 2001 From: Daniel Hodgin Date: Sat, 23 Nov 2013 17:36:00 -0500 Subject: [PATCH] Docs fix for Alert Box examples. Fixes #3664 The advanced examples for Alert Boxes were missing the data-alert attribute in the example code --- doc/pages/components/alert_boxes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/pages/components/alert_boxes.html b/doc/pages/components/alert_boxes.html index 1a1bf143f..de6a9f7cd 100644 --- a/doc/pages/components/alert_boxes.html +++ b/doc/pages/components/alert_boxes.html @@ -43,17 +43,17 @@ You can add more classes to your alert box to change its appearance. {{#markdown}} ```html -
+
This is a success alert with a radius. ×
-
+
This is a warning alert that is rounded. ×
-
+
This is an info alert with a radius. ×
-- 2.47.2