Merge pull request #351 from gitarno/patch-1

Create line at the bottom of the list items
This commit is contained in:
Fez Vrasta 2015-01-08 14:40:25 +01:00
commit 0cbaccdc1c

View File

@ -6,6 +6,12 @@
border: 0;
border-radius: 0;
padding: 0 16px;
&.baseline {
border-bottom: 1px solid #cecece;
&:last-child {
border-bottom: none;
}
}
.row-picture, .row-action-primary {
float: left;
display: inline-block;