Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
64cdb791
Commit
64cdb791
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #17522 from twbs/v4-dev-xmr-ie9-gradient
docs: IE9 gradient.
parents
62199b96
7399607a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/scss/_ads.scss
+1
-1
docs/assets/scss/_ads.scss
docs/assets/scss/_masthead.scss
+3
-2
docs/assets/scss/_masthead.scss
with
4 additions
and
3 deletions
+4
-3
docs/assets/scss/_ads.scss
+
1
-
1
View file @
64cdb791
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/scss/_masthead.scss
+
3
-
2
View file @
64cdb791
...
...
@@ -3,8 +3,9 @@
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%
));
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'
#{
ie-hex-str
(
darken
(
$bd-purple
,
20%
))
}
'
,
endColorstr
=
'
#{
ie-hex-str
(
lighten
(
saturate
(
$bd-purple
,
5%
)
,
15%
))
}
'
,
gradientType
=
'1'
);
/* For IE9 */
.bd-booticon
{
margin
:
0
auto
2rem
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment