]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use the individual background properties instead of the shorthand.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 8 Sep 2015 05:58:19 +0000 (08:58 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 19 Sep 2015 06:41:25 +0000 (09:41 +0300)
[ci skip]

docs/assets/scss/_ads.scss
docs/assets/scss/_masthead.scss

index 86422b87a7e0848683cf61c50453f4cdc7db0b98..4e9f3b4e75258bf0bcbe58b6fe4473de8232fbbc 100644 (file)
@@ -13,7 +13,7 @@
   line-height: 1rem !important;
   color: $bd-purple-light !important;
   text-align: left;
-  background: darken($bd-purple, 10%) !important;
+  background-color: darken($bd-purple, 10%) !important;
   border: 0 !important;
 }
 
index a73f54716b8852f2a7f82a9a8243c52917b4969e..86f09c1bccbf8972a092dc746eee9380737d9f5b 100644 (file)
@@ -3,8 +3,8 @@
   padding: 3rem ($grid-gutter-width / 2) 2rem;
   color: $bd-purple-light;
   text-align: center;
-  background: -webkit-linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));
-  background:         linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));
+  background-image: -webkit-linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));
+  background-image:         linear-gradient(135deg, darken($bd-purple, 20%), $bd-purple, lighten(saturate($bd-purple, 5%), 15%));
 
   .bd-booticon {
     margin: 0 auto 2rem;