Browse Source

Fixing the modals typo

pull/167/head v1.0.1
connors 12 years ago
parent
commit
080105e1e6
  1. 2
      dist/ratchet.css
  2. 2
      lib/css/modals.css

2
dist/ratchet.css vendored

@ -1151,7 +1151,7 @@ select {
opacity: 1;
height: 100%;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: transform: .25 ease-in-out;
transition: transform .25 ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}/* Slider styles (to be used with sliders.js)

2
lib/css/modals.css

@ -21,7 +21,7 @@
opacity: 1;
height: 100%;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: transform: .25 ease-in-out;
transition: transform .25 ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
Loading…
Cancel
Save