[css/grid][xs]: border-bottom on rows for Grid.

This commit is contained in:
Rufus Pollock 2012-07-08 23:48:59 +01:00
parent 3e2fbed5c2
commit c6a0cc3906

View File

@ -20,8 +20,9 @@ table.recline-grid {
white-space: normal;
}
.recline-grid td {
.recline-grid tbody tr {
vertical-align: top;
border-bottom: solid 1px #ccc;
}
.recline-grid tbody tr:last-child {