Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
updated bootstrap to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceG committed Aug 2, 2013
1 parent 597e594 commit aa377e2
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 58 deletions.
6 changes: 3 additions & 3 deletions bootstrap/css/bootstrap-responsive.css
@@ -1,11 +1,11 @@
/*! /*!
* Bootstrap Responsive v2.3.0 * Bootstrap Responsive v2.3.2
* *
* Copyright 2012 Twitter, Inc * Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0 * Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * Designed and built with all the love in the world by @mdo and @fat.
*/ */


.clearfix { .clearfix {
Expand Down
6 changes: 3 additions & 3 deletions bootstrap/css/bootstrap-responsive.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions bootstrap/css/bootstrap.css
@@ -1,11 +1,11 @@
/*! /*!
* Bootstrap v2.3.0 * Bootstrap v2.3.2
* *
* Copyright 2012 Twitter, Inc * Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0 * Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * Designed and built with all the love in the world by @mdo and @fat.
*/ */


.clearfix { .clearfix {
Expand Down Expand Up @@ -3009,6 +3009,15 @@ table th[class*="span"],
display: block; display: block;
} }


.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}

.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
Expand Down
8 changes: 4 additions & 4 deletions bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit aa377e2

Please sign in to comment.