mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #46 from seven1m/master
Fix timeline bug where vertical line covers elements in same .rowpull/62/head
commit
35ba9268b6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue