2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #10569 from ZDroid/patch-2

Change @screen-* to @screen-*-min
This commit is contained in:
Mark Otto
2013-09-11 23:07:47 -07:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
}
// Scale up the modal
@media screen and (min-width: @screen-sm) {
@media screen and (min-width: @screen-sm-min) {
.modal-dialog {
width: 600px;