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
c750defc5f
commit
d06ea51c7a
@ -11,3 +11,8 @@
|
||||
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