Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
ee7498a6
Commit
ee7498a6
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
grunt dist
parent
ee2df11e
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/justified-nav/justified-nav.css
+1
-0
docs/examples/justified-nav/justified-nav.css
with
1 addition
and
0 deletions
+1
-0
docs/examples/justified-nav/justified-nav.css
+
1
-
0
View file @
ee7498a6
...
@@ -37,6 +37,7 @@ body {
...
@@ -37,6 +37,7 @@ body {
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#f5f5f5
),
to
(
#e5e5e5
));
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#f5f5f5
),
to
(
#e5e5e5
));
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
top
),
color-stop
(
0%
,
#f5f5f5
),
to
(
#e5e5e5
));
background-image
:
linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
background-image
:
linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#e5e5e5'
,
GradientType
=
0
);
/* IE6-9 */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#e5e5e5'
,
GradientType
=
0
);
/* IE6-9 */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
...
...
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
Menu
Explore
Projects
Groups
Snippets