0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

remove unnecessary right and left properties on .modal-dialog

This commit is contained in:
Mark Otto 2013-09-11 14:56:02 -07:00
parent 37933a9e08
commit 6e064894db
3 changed files with 1 additions and 5 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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