CSS: Add bottom border to dl.feed-list dt

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:40:55 +02:00
parent 2820c1ed64
commit 15bac7d759
1 changed files with 4 additions and 0 deletions

View File

@ -80,4 +80,8 @@ dl.feed-list {
// Reset default margin
margin: 0;
}
dt {
border-bottom: 1px solid @gray-lighter;
}
}