From: Michael Shannon Date: Mon, 16 Dec 2013 10:23:33 +0000 (+0000) Subject: Fixes #3897 - Removed incorrectly placed speech marks around #cccccc X-Git-Tag: 5.0.3~71^2~42^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3898%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixes #3897 - Removed incorrectly placed speech marks around #cccccc --- 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 );