update to bootstrap v2.2.2
[bootswatch] / slate / bootswatch.less
index 0907990..0f3b73d 100755 (executable)
@@ -1,4 +1,4 @@
-// Slate 2.2.1
+// Slate 2.2.2
 // Bootswatch
 // -----------------------------------------------------
 
@@ -495,14 +495,14 @@ textarea[readonly] {
        .box-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
 }
 
-.alert-heading {
-       color: rgba(255, 255, 255, 0.9);
-       text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
-}
-
 .alert {
   background-color: @orange;
   border-color: @orange;
+
+       .alert-heading {
+               color: rgba(255, 255, 255, 0.9);
+               text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
+       }
 }
 
 .alert-success {