From: Mark Otto Date: Mon, 30 Nov 2015 02:41:08 +0000 (-0800) Subject: fix ads background color X-Git-Tag: v4.0.0-alpha.2~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f401781121095e6d789c8c02c2aa4093a6ab4f4;p=thirdparty%2Fbootstrap.git fix ads background color --- diff --git a/docs/assets/scss/_ads.scss b/docs/assets/scss/_ads.scss index 4e9f3b4e75..86422b87a7 100644 --- a/docs/assets/scss/_ads.scss +++ b/docs/assets/scss/_ads.scss @@ -13,7 +13,7 @@ line-height: 1rem !important; color: $bd-purple-light !important; text-align: left; - background-color: darken($bd-purple, 10%) !important; + background: darken($bd-purple, 10%) !important; border: 0 !important; }