]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
generic comment 9756/head
authorMark Otto <otto@github.com>
Sun, 18 Aug 2013 02:14:13 +0000 (19:14 -0700)
committerMark Otto <otto@github.com>
Sun, 18 Aug 2013 02:14:13 +0000 (19:14 -0700)
less/theme.less

index 4acf9ee765ddbd3500b52328eeb1877f84f795db..52e2d239aa63e80485267850fffeb6e1f14c4703 100644 (file)
@@ -30,7 +30,7 @@
   }
 }
 
-// Button mixin for generating new styles
+// Mixin for generating new styles
 .btn-styles(@btn-color: #555;) {
   #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 10%));
   border-color: darken(@btn-color, 12%);
   .box-shadow(@shadow);
 }
 
-// Alert mixin for generating new styles
+// Mixin for generating new styles
 .alert-styles(@color) {
   #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));
   border-color: darken(@color, 15%);
   #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg;)
 }
 
-// Progress bar mixin for generating new styles
+// Mixin for generating new styles
 .progress-bar-styles(@color) {
   #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));
 }
   .box-shadow(0 1px 2px rgba(0,0,0,.05));
 }
 
-// Alert mixin for generating new styles
+// Mixin for generating new styles
 .panel-heading-styles(@color) {
   #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));
 }