mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-13 18:30:43 +01:00
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:
committed by
Thomas Basler
parent
c750defc5f
commit
d06ea51c7a
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user