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

Commit 4b13983

Browse files
Grid: Make it easy to use grids to layout unordered lists.
1 parent 3fac24a commit 4b13983

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/structure/jquery.mobile.grid.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
-moz-box-sizing: border-box;
1313
box-sizing: border-box;
1414
}
15+
ul[class*="ui-grid-"],
16+
[class*="ui-grid-"] > li[class*="ui-block-"] {
17+
margin-left: 0;
18+
margin-right: 0;
19+
padding: 0;
20+
list-style: none;
21+
}
1522
/* Lower percentages for older browsers (i.e. IE7) to prevent wrapping.
1623
:nth-child(n) to override for modern browsers.
1724
-.5px to fix BB5 wrap issue. */

0 commit comments

Comments
 (0)