aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 03:58:48 -0800
committerMark Otto <[email protected]>2012-01-07 03:58:48 -0800
commit2540caeddd59822cd8f7c805e777adc7504b87b3 (patch)
treeb584d5906a77c34cf88d6255644dd9eb4eb80ba1 /bootstrap.css
parent33dad13014ae2272d3fcf799f114bfcf8256d968 (diff)
downloadbootstrap-2540caeddd59822cd8f7c805e777adc7504b87b3.tar.xz
bootstrap-2540caeddd59822cd8f7c805e777adc7504b87b3.zip
quick stab at fixing modal placement on 480px and down
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 8d80b4adf..899e61a17 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: Sat Jan 7 03:52:42 PST 2012
+ * Date: Sat Jan 7 03:57:28 PST 2012
*/
html, body {
margin: 0;
@@ -2962,6 +2962,9 @@ a.thumbnail:hover {
width: auto;
margin: 0;
}
+ .modal.fade.in {
+ top: auto;
+ }
.horizontal-form .control-group > label {
float: none;
width: auto;