fix modal horizontal alignment

This commit is contained in:
Mark Otto
2012-01-15 11:41:46 -08:00
parent 9f732e90d4
commit 6077b7678c
3 changed files with 4 additions and 4 deletions

4
bootstrap.css vendored
View File

@@ -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);