summaryrefslogtreecommitdiff
path: root/spacelab/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab/bootstrap.css')
-rw-r--r--spacelab/bootstrap.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css
index a32691d1..97413e95 100644
--- a/spacelab/bootstrap.css
+++ b/spacelab/bootstrap.css
@@ -1,7 +1,7 @@
@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
/*!
- * Bootstrap v2.3.1
+ * Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
@@ -3011,6 +3011,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;
@@ -6583,4 +6592,4 @@ div.subnav-fixed {
.affix {
position: fixed;
-} \ No newline at end of file
+}