diff options
| author | XhmikosR <[email protected]> | 2015-09-08 08:58:19 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-19 09:41:25 +0300 |
| commit | 2c7e65a680914bb7059e2074dd0543052a80f9a4 (patch) | |
| tree | 169553f9b163effeb85d846e5ec8322fba317d3d /docs | |
| parent | 62199b96dc8f2b56ca46df2762e328442ce29157 (diff) | |
| download | bootstrap-2c7e65a680914bb7059e2074dd0543052a80f9a4.tar.xz bootstrap-2c7e65a680914bb7059e2074dd0543052a80f9a4.zip | |
Use the individual background properties instead of the shorthand.
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_ads.scss | 2 | ||||
| -rw-r--r-- | docs/assets/scss/_masthead.scss | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/scss/_ads.scss b/docs/assets/scss/_ads.scss index 86422b87a..4e9f3b4e7 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: darken($bd-purple, 10%) !important; + background-color: darken($bd-purple, 10%) !important; border: 0 !important; } diff --git a/docs/assets/scss/_masthead.scss b/docs/assets/scss/_masthead.scss index a73f54716..86f09c1bc 100644 --- a/docs/assets/scss/_masthead.scss +++ b/docs/assets/scss/_masthead.scss @@ -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; |
