diff options
| author | Mark Otto <[email protected]> | 2012-01-15 11:41:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 11:41:46 -0800 |
| commit | 6077b7678c8d21eeb4bc33bbfede20a4cc41fa11 (patch) | |
| tree | 9169602b435f3e33d811e034b81ad364598fbe82 /bootstrap.css | |
| parent | 9f732e90d4e8f3a598a798fb8b29a4f59c0b7631 (diff) | |
| download | bootstrap-6077b7678c8d21eeb4bc33bbfede20a4cc41fa11.tar.xz bootstrap-6077b7678c8d21eeb4bc33bbfede20a4cc41fa11.zip | |
fix modal horizontal alignment
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index a11fed895..798f808b3 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 Jan 15 11:32:55 PST 2012 + * Date: Sun Jan 15 11:41:37 PST 2012 */ html, body { margin: 0; @@ -2182,7 +2182,7 @@ i { max-height: 500px; overflow: auto; width: 560px; - margin: -250px 0 0 -250px; + margin: -250px 0 0 -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); |
