From 33acf4bcd071c9947d924db1afb3066dd77b312c Mon Sep 17 00:00:00 2001 From: Michael Shannon Date: Mon, 16 Dec 2013 10:23:33 +0000 Subject: [PATCH] Fixes #3897 - Removed incorrectly placed speech marks around #cccccc --- doc/pages/components/alert_boxes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/components/alert_boxes.html b/doc/pages/components/alert_boxes.html index 5e020f26a..fe110b570 100644 --- a/doc/pages/components/alert_boxes.html +++ b/doc/pages/components/alert_boxes.html @@ -170,7 +170,7 @@ You can further customize your alert boxes using the provided options in the `al .custom-alert-box { @include alert( // Adjust the background of the alert - $bg: '#cccccc', + $bg: #cccccc, // Give a border to the alert box $radius: true ); -- 2.47.2