Skip to content

Commit e1df63b

Browse files
Fixed toolbars: higher specifity for border left and right 0 rule. Fixes jquery-archive#5155
1 parent 7f27938 commit e1df63b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ 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; border-left-width: 0; border-right-width: 0; zoom: 1; }
47+
.ui-header, .ui-footer { position: relative; zoom: 1; }
48+
.ui-mobile .ui-header, .ui-mobile .ui-footer { border-left-width: 0; border-right-width: 0; }
4849
.ui-header .ui-btn-left,
4950
.ui-header .ui-btn-right,
5051
.ui-footer .ui-btn-left,

0 commit comments

Comments
 (0)