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

Commit 446fed7

Browse files
Fixes #5008 - Added clearfix for navbar.
1 parent 89b138e commit 446fed7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/structure/jquery.mobile.navbar.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.ui-navbar { max-width: 100%; }
22
.ui-navbar.ui-mini { margin: 0; }
3-
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow: visible; }
3+
.ui-navbar ul:before, .ui-navbar ul:after { content: " "; display: table; }
4+
.ui-navbar ul:after { clear: both; }
5+
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow: visible; zoom: 1; }
46
.ui-navbar li .ui-btn { display: block; text-align: center; margin: 0 -1px 0 0; border-right-width: 0; }
57
.ui-navbar li .ui-btn-icon-right .ui-icon { right: 6px; }
68

0 commit comments

Comments
 (0)