Skip to content

Commit

Permalink
remove unnecessary right and left properties on .modal-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 11, 2013
1 parent 37933a9 commit 6e06489
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5823,8 +5823,6 @@ body.modal-open,

@media screen and (min-width: 768px) {
.modal-dialog {
right: auto;
left: 50%;
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@
@media screen and (min-width: @screen-sm) {

.modal-dialog {
left: 50%;
right: auto;
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
Expand Down

0 comments on commit 6e06489

Please sign in to comment.