Skip to content

Commit 4e0c930

Browse files
committed
Merge pull request #15 from dstegelman/2.3.2
2.3.2
2 parents f55c4d9 + 42ff73e commit 4e0c930

File tree

7 files changed

+69
-56
lines changed

7 files changed

+69
-56
lines changed

bootstrap/static/bootstrap/css/bootstrap-responsive.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Bootstrap Responsive v2.3.1
2+
* Bootstrap Responsive v2.3.2
33
*
4-
* Copyright 2012 Twitter, Inc
4+
* Copyright 2013 Twitter, Inc
55
* Licensed under the Apache License v2.0
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
8-
* Designed and built with all the love in the world @twitter by @mdo and @fat.
8+
* Designed and built with all the love in the world by @mdo and @fat.
99
*/
1010

1111
.clearfix {

bootstrap/static/bootstrap/css/bootstrap-responsive.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/static/bootstrap/css/bootstrap.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Bootstrap v2.3.1
2+
* Bootstrap v2.3.2
33
*
4-
* Copyright 2012 Twitter, Inc
4+
* Copyright 2013 Twitter, Inc
55
* Licensed under the Apache License v2.0
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
8-
* Designed and built with all the love in the world @twitter by @mdo and @fat.
8+
* Designed and built with all the love in the world by @mdo and @fat.
99
*/
1010

1111
.clearfix {
@@ -3009,6 +3009,15 @@ table th[class*="span"],
30093009
display: block;
30103010
}
30113011

3012+
.dropdown-backdrop {
3013+
position: fixed;
3014+
top: 0;
3015+
right: 0;
3016+
bottom: 0;
3017+
left: 0;
3018+
z-index: 990;
3019+
}
3020+
30123021
.pull-right > .dropdown-menu {
30133022
right: 0;
30143023
left: auto;

bootstrap/static/bootstrap/css/bootstrap.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)