mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
Found editor spacing issues with tabs instead of spaces, formatting to fit the entrance criteria
This commit is contained in:
parent
230d6de88a
commit
c47d9932cb
1 changed files with 2 additions and 2 deletions
|
|
@ -257,8 +257,8 @@
|
|||
}
|
||||
.vertical(@startColor: #555, @endColor: #333, @startPercent: 0%, @endPercent: 100%) {
|
||||
background-color: @endColor;
|
||||
background-image: -webkit-gradient(linear, 0 @startPercent, 0 @endPercent, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+
|
||||
background-image: -webkit-linear-gradient(top, @startColor, @startPercent, @endColor, @endPercent); // Safari 5.1+, Chrome 10+
|
||||
background-image: -webkit-gradient(linear, 0 @startPercent, 0 @endPercent, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+
|
||||
background-image: -webkit-linear-gradient(top, @startColor, @startPercent, @endColor, @endPercent); // Safari 5.1+, Chrome 10+
|
||||
background-image: -moz-linear-gradient(top, @startColor @startPercent, @endColor @endPercent); // FF 3.6+
|
||||
background-image: linear-gradient(to bottom, @startColor @startPercent, @endColor @endPercent); // Standard, IE10
|
||||
background-repeat: repeat-x;
|
||||
|
|
|
|||
Loading…
Reference in a new issue