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

  margin: 0px;
  padding: 0px;
  background-color: white;
}
.mblEdgeToEdgeList .mblListItem:last-child {
  border-bottom-color: #707C84;
}