Skip to content

Commit 57a8fff

Browse files
Core: Always reset browser default style for body
Fixes jquery-archivegh-7933 Closes jquery-archivegh-7934
1 parent 1eb1a98 commit 57a8fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.ui-mobile,
33
.ui-mobile body {
44
height: 99.9%;
5+
margin: 0;
6+
padding: 0;
57
}
68
.ui-mobile fieldset,
79
.ui-page {

0 commit comments

Comments
 (0)