]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix syntax
authorMark Otto <markdotto@gmail.com>
Mon, 27 Oct 2014 05:32:39 +0000 (22:32 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 27 Oct 2014 05:32:39 +0000 (22:32 -0700)
less/_modal.less

index 542a8dd2ad1314c7824e9e799abd0acbd2bd1d0b..9d1659214c16eefcda98ff8d1d65d28028fb93ab 100644 (file)
@@ -33,7 +33,7 @@
     transform: translate(0, -25%);
     transform: transition .3s ease-out;
   }
-  &.in .modal-dialog { .translate(0, 0) }
+  &.in .modal-dialog { transform: translate(0, 0); }
 }
 .modal-open .modal {
   overflow-x: hidden;