diff options
author | Eric Bidelman | 2013-03-05 08:17:49 -0800 |
---|---|---|
committer | Eric Bidelman | 2013-03-05 08:17:49 -0800 |
commit | ba1824821ffa313834bc5bd6cbc9dd7e711c3db7 (patch) | |
tree | 445e180dd394807eb2c81b1efed2a16e9db2047a /theme/css/phone.css | |
parent | 76273d4cbc163a1fe773a6198a2ac67144fa5bd2 (diff) | |
download | io-slides-remote-ba1824821ffa313834bc5bd6cbc9dd7e711c3db7.tar.gz |
Patch from issue 14
Diffstat (limited to 'theme/css/phone.css')
-rw-r--r-- | theme/css/phone.css | 28 |
1 files changed, 1 insertions, 27 deletions
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 @@ | |||
1 | /*Smartphones (portrait and landscape) ----------- */ | slides>slide{-webkit-transition:none !important;-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;transition:none !important} | |
2 | /*@media only screen | ||
3 | and (min-width : 320px) | ||
4 | and (max-width : 480px) { | ||
5 | |||
6 | }*/ | ||
7 | /* Smartphones (portrait) ----------- */ | ||
8 | /* Styles */ | ||
9 | /* line 17, ../scss/phone.scss */ | ||
10 | slides > slide { | ||
11 | /* width: $slide-width !important; | ||
12 | height: $slide-height !important; | ||
13 | margin-left: -$slide-width / 2 !important; | ||
14 | margin-top: -$slide-height / 2 !important; | ||
15 | */ | ||
16 | -webkit-transition: none !important; | ||
17 | -webkit-transition: none !important; | ||
18 | -moz-transition: none !important; | ||
19 | -ms-transition: none !important; | ||
20 | -o-transition: none !important; | ||
21 | transition: none !important; | ||
22 | } | ||
23 | |||
24 | /* iPhone 4 ----------- */ | ||
25 | @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { | ||
26 | /* Styles */ | ||
27 | } | ||