aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-04 10:03:11 -0800
committerJacob Thornton <[email protected]>2012-01-04 10:03:11 -0800
commit3237047ac30fe4905dc515258bac050cdf811426 (patch)
tree57e5a82a570f80bf1f9a58dd5ab181b0293e2aee /bootstrap.css
parenteb123f6b83b95d413056657aa80ad24a72fecae8 (diff)
parent1c7c5f750fc221ee94e435e4e49bc2ba1a6be5e6 (diff)
downloadbootstrap-3237047ac30fe4905dc515258bac050cdf811426.tar.xz
bootstrap-3237047ac30fe4905dc515258bac050cdf811426.zip
Merge branch 'master' of https://github.com/twitter/bootstrap
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index e5aa16608..b2263018e 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Nov 20 21:42:29 PST 2011
+ * Date: Sun Dec 25 20:18:31 PST 2011
*/
/* Reset.less
* 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).
@@ -2177,6 +2177,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
top: 50%;
left: 50%;
z-index: 11000;
+ max-height: 500px;
+ overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: #ffffff;
@@ -2415,6 +2417,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
+ text-shadow: none;
}
.label.important {
background-color: #c43c35;