From 0e2360c0e8452bf5bd40c62cacea7ad9ebe644f0 Mon Sep 17 00:00:00 2001 From: connors Date: Mon, 24 Feb 2014 17:52:25 -0800 Subject: [PATCH] updating some links in the head --- dist/ratchet.css | 1 + docs/_includes/header.html | 4 ++-- docs/dist/ratchet.css | 1 + sass/base.scss | 3 +-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index f93d001..6c19afa 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -269,6 +269,7 @@ a:active { .content > * { -webkit-transform: translateZ(0); + -ms-transform: translateZ(0); transform: translateZ(0); } diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 3564436..dd3885f 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/docs/dist/ratchet.css b/docs/dist/ratchet.css index f93d001..6c19afa 100644 --- a/docs/dist/ratchet.css +++ b/docs/dist/ratchet.css @@ -269,6 +269,7 @@ a:active { .content > * { -webkit-transform: translateZ(0); + -ms-transform: translateZ(0); transform: translateZ(0); } diff --git a/sass/base.scss b/sass/base.scss index f8eebaa..e030913 100644 --- a/sass/base.scss +++ b/sass/base.scss @@ -49,8 +49,7 @@ a { // Hack to force all relatively and absolutely positioned elements still render while scrolling // Note: This is a bug for "-webkit-overflow-scrolling: touch" .content > * { - -webkit-transform: translateZ(0); - transform: translateZ(0); + @include transform(translateZ(0)); } // Pad top/bottom of content so it doesn't hide behind bars.