diff options
| author | Mark Otto <[email protected]> | 2012-01-23 13:50:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-23 13:50:55 -0800 |
| commit | cd5ffbe39626303a395448a6c9a507f3ad04ff5e (patch) | |
| tree | 233dbdea6801ecb7d012ada6ff439a1cb527b14d /bootstrap.css | |
| parent | 1954cf001926a94f7a4d51f16beaf9f2ba671d13 (diff) | |
| download | bootstrap-cd5ffbe39626303a395448a6c9a507f3ad04ff5e.tar.xz bootstrap-cd5ffbe39626303a395448a6c9a507f3ad04ff5e.zip | |
fix up the modals in responsive a bit
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 6f2a8c751..91c4ca701 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: Mon Jan 23 12:20:49 PST 2012 + * Date: Mon Jan 23 13:48:03 PST 2012 */ article, aside, @@ -3068,6 +3068,7 @@ a.thumbnail:hover { left: 20px; right: 20px; width: auto; + margin: 0; } .modal.fade.in { top: auto; |
