Commit d470fb72 authored by Mark Otto's avatar Mark Otto
Browse files

nuke comments

parent 68cbba34
No related merge requests found
Showing with 0 additions and 3 deletions
+0 -3
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment