Vertical align middle tables

This commit is contained in:
mespeche
2013-09-20 10:39:02 +02:00
parent 5abae4db7d
commit b933a96c8e

View File

@@ -1,3 +1,22 @@
// Baseline styles
.table {
// Cells
thead,
tbody,
tfoot {
> tr {
> th,
> td {
vertical-align: middle;
}
}
}
}
tfoot{
.pagination{