]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke comments
authorMark Otto <otto@github.com>
Mon, 3 Dec 2012 17:23:02 +0000 (09:23 -0800)
committerMark Otto <otto@github.com>
Mon, 3 Dec 2012 17:23:02 +0000 (09:23 -0800)
less/alerts.less

index 633b6591e62c39e423775da1c18430274b829351..0116b191b3b726587b2d3fd0822ad6a45ac7f312 100644 (file)
@@ -41,7 +41,6 @@
   color: @successText;
 }
 .alert-success h4 {
-  // Specified for the h4 to prevent conflicts of changing @headingsColor
   color: @successText;
 }
 .alert-danger,
@@ -52,7 +51,6 @@
 }
 .alert-danger h4,
 .alert-error h4 {
-  // Specified for the h4 to prevent conflicts of changing @headingsColor
   color: @errorText;
 }
 .alert-info {
@@ -61,7 +59,6 @@
   color: @infoText;
 }
 .alert-info h4 {
-  // Specified for the h4 to prevent conflicts of changing @headingsColor
   color: @infoText;
 }