From eb15ebc9d59848a75fb5ab4c4c6f8ba8919eb249 Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Sun, 25 May 2014 22:46:24 -0500 Subject: [PATCH] Fix timeline bug where vertical line covers elements in same .row --- less/timeline.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/timeline.less b/less/timeline.less index 62b29b538..06d67f809 100644 --- a/less/timeline.less +++ b/less/timeline.less @@ -4,6 +4,7 @@ Component: timeline */ .timeline{ + position: relative; margin: 0 0 30px 0; padding: 0; list-style: none; @@ -16,7 +17,7 @@ Component: timeline bottom: 0; width: 5px; background: #ddd; - left: 45px; + left: 30px; border: 1px solid #eee; margin: 0; .border-radius(2px);