From 32f207b326a2138c14e0502fcd58c5c3457cde35 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 16 Apr 2012 12:04:03 -0700 Subject: mobile tweaks. Modernizr touch detection --- theme/css/phone.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'theme/css/phone.css') diff --git a/theme/css/phone.css b/theme/css/phone.css index 3f211dd..51a43c7 100644 --- a/theme/css/phone.css +++ b/theme/css/phone.css @@ -1,6 +1,12 @@ +/*Smartphones (portrait and landscape) ----------- */ +/*@media only screen +and (min-width : 320px) +and (max-width : 480px) { + +}*/ /* Smartphones (portrait) ----------- */ /* Styles */ -/* line 9, ../sass/phone.scss */ +/* line 17, ../sass/phone.scss */ slides > slide { /* width: $slide-width !important; height: $slide-height !important; -- cgit v1.2.3