From ba1824821ffa313834bc5bd6cbc9dd7e711c3db7 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Tue, 5 Mar 2013 08:17:49 -0800 Subject: Patch from issue 14 --- theme/css/phone.css | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'theme/css/phone.css') diff --git a/theme/css/phone.css b/theme/css/phone.css index 6025436..0809204 100644 --- a/theme/css/phone.css +++ b/theme/css/phone.css @@ -1,27 +1 @@ -/*Smartphones (portrait and landscape) ----------- */ -/*@media only screen -and (min-width : 320px) -and (max-width : 480px) { - -}*/ -/* Smartphones (portrait) ----------- */ -/* Styles */ -/* line 17, ../scss/phone.scss */ -slides > slide { - /* width: $slide-width !important; - height: $slide-height !important; - margin-left: -$slide-width / 2 !important; - margin-top: -$slide-height / 2 !important; - */ - -webkit-transition: none !important; - -webkit-transition: none !important; - -moz-transition: none !important; - -ms-transition: none !important; - -o-transition: none !important; - transition: none !important; -} - -/* iPhone 4 ----------- */ -@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { - /* Styles */ -} +slides>slide{-webkit-transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;transition:none !important} -- cgit v1.2.3