summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-05-19 23:29:54 -0400
committerThomas Park <thomas@thomaspark.me>2013-05-19 23:29:54 -0400
commita9aab510f11515c7dec294e7b24e838ff583e15a (patch)
treedb51d0f540c2944766700662b3a24d47866f2aa0 /slate/bootstrap.css
parent9d4df4f227f7f3a2e1ff1301d3939e3c7ea55d68 (diff)
v2.3.1 -> v2.3.2
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index 3bd20288..eaa8cf2a 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap v2.3.1
+ * Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
@@ -3009,6 +3009,15 @@ table th[class*="span"],
display: block;
}
+.dropdown-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 990;
+}
+
.pull-right > .dropdown-menu {
right: 0;
left: auto;