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

Commit

Permalink
Fixes #5008 - Added clearfix for navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Sep 17, 2012
1 parent 89b138e commit 446fed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/structure/jquery.mobile.navbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.ui-navbar { max-width: 100%; }
.ui-navbar.ui-mini { margin: 0; }
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow: visible; }
.ui-navbar ul:before, .ui-navbar ul:after { content: " "; display: table; }
.ui-navbar ul:after { clear: both; }
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow: visible; zoom: 1; }
.ui-navbar li .ui-btn { display: block; text-align: center; margin: 0 -1px 0 0; border-right-width: 0; }
.ui-navbar li .ui-btn-icon-right .ui-icon { right: 6px; }

Expand Down

0 comments on commit 446fed7

Please sign in to comment.