Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 049774a

Browse files
committed
Fixes #3528 — This change seems to do away with the intermittent 1px gap above fixed headers on Android 2.2/2.3. By the looks of it this may have been a vestigial style used as a clearfix; it’s worth keeping an eye out for potentially related issues.
1 parent da7237a commit 049774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
4444
.ui-bar { font-size: 16px; margin: 0; }
4545
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
4646

47-
.ui-header, .ui-footer { position: relative; overflow: hidden; border-left-width: 0; border-right-width: 0; }
47+
.ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
4848
.ui-header .ui-btn-left,
4949
.ui-header .ui-btn-right,
5050
.ui-footer .ui-btn-left,

0 commit comments

Comments
 (0)