webapp: last table row shall have no bottom border
similar to the first row which has no border at the top.
This commit is contained in:
parent
44613b726c
commit
8c3884c49b
@ -11,3 +11,8 @@
|
|||||||
text-align: end;
|
text-align: end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.table tr:last-child th,
|
||||||
|
table.table tr:last-child td {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user