CSS: Add styles for table.listing-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 12:40:33 +02:00
parent d99166eae4
commit f42f655e7a

View File

@ -85,3 +85,21 @@ dl.feed-list {
border-bottom: 1px solid @gray-lighter; border-bottom: 1px solid @gray-lighter;
} }
} }
table.listing-table {
border-collapse: collapse;
th {
color: @text-color-light;
// Reset default font-weight
font-weight: normal;
}
tr {
border-bottom: 1px solid @gray-lightest;
&:last-child {
border-bottom: none;
}
}
}