From 4930a428738db76622a26a82c379488f676f741b Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 1 Feb 2011 10:40:18 -0500 Subject: [PATCH] moved over to our class-based media query --- themes/default/jquery.mobile.forms.fieldcontain.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/default/jquery.mobile.forms.fieldcontain.css b/themes/default/jquery.mobile.forms.fieldcontain.css index da197196..bd9699ff 100644 --- a/themes/default/jquery.mobile.forms.fieldcontain.css +++ b/themes/default/jquery.mobile.forms.fieldcontain.css @@ -5,6 +5,4 @@ */ .ui-field-contain { background: none; padding: 1.5em 0; margin: 0; border-bottom-width: 1px; overflow: visible; } .ui-field-contain:first-child { border-top-width: 0; } -@media screen and (max-width: 480px){ - .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; } -} \ No newline at end of file +.min-width-480px .ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; } \ No newline at end of file