border below each change group

This commit is contained in:
Laura Klünder 2017-06-18 18:23:52 +02:00
parent d7eb23a31d
commit 33db075cab

View file

@ -130,6 +130,10 @@ form button.invisiblesubmit {
#sidebar .content table.table.table-h-bordered td, #sidebar .content table.table.table-h-bordered th {
border-color:#eeeeee;
}
.change-group tbody tr:last-child td {
border-bottom:1px;
border-bottom-style:solid;
}
.change-group tr th small {
font-weight:normal;
}