summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-12-08 21:31:17 -0500
committerThomas Park <thomas@thomaspark.me>2012-12-08 21:31:17 -0500
commit150ec4fa347d39a5859cb98d049674bb7c693781 (patch)
tree91dad29936a2f243da300c394c5bcd7d4e810769 /slate/bootswatch.less
parentfb52393f7715a0196a77475c2f46263e7562fe82 (diff)
update to bootstrap v2.2.2
Diffstat (limited to 'slate/bootswatch.less')
-rwxr-xr-xslate/bootswatch.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index 09079902..0f3b73d0 100755
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -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 {