Browse Source

Rebuilt doc css

pull/135/head
Ben Schwarz 12 years ago
parent
commit
a889563932
  1. 3
      dist/ratchet.css

3
dist/ratchet.css vendored

@ -1136,12 +1136,11 @@ select {
opacity: 0;
z-index: 11;
width: 100%;
overflow: hidden;
min-height: 100%;
overflow: hidden;
background-color: #fff;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .25s ease-in-out, opacity 1ms .25s;
transition: transform .25s ease-in-out, opacity 1ms .25s;
}

Loading…
Cancel
Save