Commit 6e064894 authored by Mark Otto's avatar Mark Otto

remove unnecessary right and left properties on .modal-dialog

parent 37933a9e
...@@ -5823,8 +5823,6 @@ body.modal-open, ...@@ -5823,8 +5823,6 @@ body.modal-open,
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.modal-dialog { .modal-dialog {
right: auto;
left: 50%;
width: 600px; width: 600px;
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -128,8 +128,6 @@ ...@@ -128,8 +128,6 @@
@media screen and (min-width: @screen-sm) { @media screen and (min-width: @screen-sm) {
.modal-dialog { .modal-dialog {
left: 50%;
right: auto;
width: 600px; width: 600px;
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment