diff options
| author | Mark Otto <[email protected]> | 2012-01-07 03:58:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 03:58:48 -0800 |
| commit | 2540caeddd59822cd8f7c805e777adc7504b87b3 (patch) | |
| tree | b584d5906a77c34cf88d6255644dd9eb4eb80ba1 /lib/responsive.less | |
| parent | 33dad13014ae2272d3fcf799f114bfcf8256d968 (diff) | |
| download | bootstrap-2540caeddd59822cd8f7c805e777adc7504b87b3.tar.xz bootstrap-2540caeddd59822cd8f7c805e777adc7504b87b3.zip | |
quick stab at fixing modal placement on 480px and down
Diffstat (limited to 'lib/responsive.less')
| -rw-r--r-- | lib/responsive.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index 4cef89180..7856121be 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -22,6 +22,7 @@ .modal { width: auto; margin: 0; + &.fade.in { top: auto; } } // Remove the horizontal form styles |
