Skip to content

Commit 4c5320b

Browse files
committed
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Conflicts: bootstrap-1.3.0.css
2 parents 997c2cd + 8f5f35e commit 4c5320b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bootstrap-1.3.0.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Mon Sep 12 14:28:15 PDT 2011
9+
* Date: Mon Sep 12 14:29:06 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2046,7 +2046,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
20462046
left: 0;
20472047
right: 0;
20482048
bottom: 0;
2049-
z-index: 1000;
2049+
z-index: 10000;
20502050
}
20512051
.modal-backdrop.fade {
20522052
opacity: 0;
@@ -2061,7 +2061,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
20612061
position: fixed;
20622062
top: 50%;
20632063
left: 50%;
2064-
z-index: 2000;
2064+
z-index: 11000;
20652065
width: 560px;
20662066
margin: -250px 0 0 -250px;
20672067
background-color: #ffffff;

bootstrap-1.3.0.min.css

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h6>Use it with Less</h6>
9999
<h6>Fork on GitHub</h6>
100100
<p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</p>
101101
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
102-
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v1.2.0</a></p>
102+
<p class="current-version">Currently <a href="https://github.com/twitter/bootstrap/wiki/Changelog">v1.3.0</a></p>
103103
</div>
104104
</div><!-- /row -->
105105
</div>

lib/patterns.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ input[type=submit].btn {
736736
left: 0;
737737
right: 0;
738738
bottom: 0;
739-
z-index: 1000;
739+
z-index: 10000;
740740
}
741741

742742
.modal-backdrop, .modal-backdrop.fade.in {
@@ -747,7 +747,7 @@ input[type=submit].btn {
747747
position: fixed;
748748
top: 50%;
749749
left: 50%;
750-
z-index: 2000;
750+
z-index: 11000;
751751
width: 560px;
752752
margin: -250px 0 0 -250px;
753753
background-color: @white;

0 commit comments

Comments
 (0)