v2.3.1 -> v2.3.2
[bootswatch] / united / bootstrap.css
index 68f52fa..3a7f304 100644 (file)
@@ -1,7 +1,7 @@
 @import url(//fonts.googleapis.com/css?family=Ubuntu);
 
 /*!
- * 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;
@@ -6322,4 +6331,4 @@ a.badge:focus {
 
 .affix {
   position: fixed;
-}
\ No newline at end of file
+}