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

Commit 205a4eb

Browse files
committed
Fixed invalid em value, thanks @mokolabs
1 parent 61c5e67 commit 205a4eb

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
@@ -45,7 +45,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
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

4747
.ui-header, .ui-footer { position: relative; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
48-
.ui-header .ui-btn-left { position: absolute; left: 10px; top: .em; }
48+
.ui-header .ui-btn-left { position: absolute; left: 10px; top: .4em; }
4949
.ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }
5050
.ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
5151
.ui-footer .ui-title { margin: .6em 15px .8em; }

0 commit comments

Comments
 (0)