From 31d0346c67ecb719df3dc9ff07a63ea85206d8e0 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 8 Jan 2015 11:35:04 -0200 Subject: [PATCH] Create line at the bottom of the list items To use simply add to the class: '.baseline'; Compatibility with IE9 + --- less/_lists.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/_lists.less b/less/_lists.less index f69f994b..7ad6effc 100644 --- a/less/_lists.less +++ b/less/_lists.less @@ -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;