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
5a2d1abf
Commit
5a2d1abf
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #30 from sankage/master
color-stop() not supported in mozilla gradients
parents
2fcb6777
f824009e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/preboot.less
+1
-1
lib/preboot.less
with
1 addition
and
1 deletion
+1
-1
lib/preboot.less
+
1
-
1
View file @
5a2d1abf
...
...
@@ -254,7 +254,7 @@
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
background-image: -webkit-linear-gradient(@startColor, color-stop(@colorStop, @midColor), @endColor);
background-image: -moz-linear-gradient(@startColor,
color-stop(
@midColor
,
@colorStop
)
, @endColor);
background-image: -moz-linear-gradient(@startColor, @midColor @colorStop
*100%
, @endColor);
background-image: -ms-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
background-image: -o-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
background-image: linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
...
...
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