Browse Source

going back to the thing.

pull/245/head
connors 11 years ago
parent
commit
dff9e27f12
  1. 1
      _includes/header.html
  2. 4
      dist/ratchet.css
  3. 2
      lib/sass/push.scss
  4. 2
      lib/sass/theme-ios.scss

1
_includes/header.html

@ -7,6 +7,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="dist/ratchet.css">
<link rel="stylesheet" href="dist/ios-theme.css">
<link rel="stylesheet" href="assets/css/docs.css">
<link rel="stylesheet" href="assets/css/pygments.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

4
dist/ratchet.css vendored

@ -1132,8 +1132,8 @@ input[type="button"] {
}
.content.slide.left {
z-index: 1;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.content.slide.right {
z-index: 3;

2
lib/sass/push.scss

@ -22,7 +22,7 @@
&.left {
z-index: 1;
@include transform(translate3d(100%, 0, 0));
@include transform(translate3d(-100%, 0, 0));
}
&.right {

2
lib/sass/theme-ios.scss

@ -28,7 +28,7 @@ $timing-fuction: cubic-bezier(.1, .5, .1, 1); // Inspired by @c2prods
// Bars
// --------------------------------------------------
.bar {
[class*="bar-"] {
border-bottom: 0;
background-color: $chrome-color;
@include box-shadow(0 0 1px rgba(0,0,0,.85));

Loading…
Cancel
Save