summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/android/EdgeToEdgeList.css
blob: 83e2a575ecbaf95dc130bac4a1cb75ec13d9e3b4 (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: black;
}
.mblEdgeToEdgeList .mblListItem:last-child {
  border-bottom-color: #313431;
}