]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Found editor spacing issues with tabs instead of spaces, formatting to fit the entran... 7951/head
authorChad Smith <chad.smith@wolfe.com>
Tue, 21 May 2013 20:29:35 +0000 (16:29 -0400)
committerChad Smith <chad.smith@wolfe.com>
Tue, 21 May 2013 20:29:35 +0000 (16:29 -0400)
less/mixins.less

index 779e121a926341666988d882fc2df9af507a9a29..bdd787166f77943431fb7ae4e7b01cee0cd9eb69 100644 (file)
   }
   .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;