From dcf413059336f95c0af7134abb9b081c1991a66a Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 2 Nov 2011 09:29:38 -0700 Subject: [PATCH] whitespace in core css --- css/structure/jquery.mobile.core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css index c49b5df6..fe6ec523 100644 --- a/css/structure/jquery.mobile.core.css +++ b/css/structure/jquery.mobile.core.css @@ -14,7 +14,7 @@ form.ui-mobile-viewport { overflow-x: visible; } /* "page" containers - full-screen views, one should always be in view post-pageload */ -.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; } +.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; } .ui-mobile .ui-page-active { display: block; overflow: visible; } /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */