Skip to content

Commit

Permalink
Fix timeline bug where vertical line covers elements in same .row
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed May 26, 2014
1 parent f31f32b commit eb15ebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/timeline.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Component: timeline
*/

.timeline{
position: relative;
margin: 0 0 30px 0;
padding: 0;
list-style: none;
Expand All @@ -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);
Expand Down

0 comments on commit eb15ebc

Please sign in to comment.