Skip to content

Commit

Permalink
Explicitly set border: 0 for ui-dialog header to fix chrome rendering…
Browse files Browse the repository at this point in the history
… problem
  • Loading branch information
jgable committed Feb 23, 2012
1 parent ec3e602 commit 65ffe44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/structure/jquery.mobile.dialog.css
Expand Up @@ -4,6 +4,7 @@
}
.ui-dialog .ui-header {
margin-top: 15%;
border: 0;
}
.ui-dialog .ui-header,
.ui-dialog .ui-content,
Expand Down

0 comments on commit 65ffe44

Please sign in to comment.