Close #766 - Update to Bootstrap 2.3.2

This commit is contained in:
Ben Word
2013-06-03 17:53:35 -05:00
parent 66ac187564
commit 05fabcd512
6 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
### HEAD
* Update to Bootstrap 2.3.2
* Update to Google Universal Analytics
* Remove post tags from templates
* Remove TinyMCE valid elements tweaks (no longer necessary)

View File

@@ -1,5 +1,5 @@
/*!
* Bootstrap Responsive v2.3.1
* Bootstrap Responsive v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* Bootstrap v2.3.1
* Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0

View File

@@ -135,6 +135,17 @@
}
}
// Backdrop to catch body clicks on mobile, etc.
// ---------------------------
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: @zindexDropdown - 10;
}
// Right aligned dropdowns
// ---------------------------
.pull-right > .dropdown-menu {

View File

@@ -1,5 +1,5 @@
/*!
* Bootstrap Responsive v2.3.1
* Bootstrap Responsive v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0