2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

deprecate @screen-{phone,tablet,desktop} vars

This commit is contained in:
Chris Rebert
2013-08-21 12:26:20 -07:00
parent c429fd1a3c
commit 22ce649910
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
}
// Scale up the modal
@media screen and (min-width: @screen-tablet) {
@media screen and (min-width: @screen-sm) {
.modal-dialog {
left: 50%;