summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/custom/EdgeToEdgeList.css
blob: 9ea0ea43e50e9325a337f078399e76435fd78b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* dojox.mobile.EdgeToEdgeList */
.mblEdgeToEdgeList {
  position: relative;
  /* IE needs this */

  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.mblEdgeToEdgeList .mblListItem:last-child {
  border-bottom-color: #b5bcc7;
}