Create line at the bottom of the list items

To use simply add to the class: '.baseline';
Compatibility with IE9 +
This commit is contained in:
Arno 2015-01-08 11:35:04 -02:00
parent cbdeec1e70
commit 1f07d93981

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;