fix Timeline custom head bug

fix Timeline custom head bug
This commit is contained in:
梁灏 2016-09-22 18:28:19 +08:00
parent 385cfebab6
commit c649968a4a
5 changed files with 10 additions and 53 deletions

View file

@ -7,7 +7,7 @@
padding: 0;
&-item {
margin: 0;
margin: 0 !important;
padding: 0 0 12px 0;
list-style: none;
position: relative;
@ -62,10 +62,10 @@
}
&-content {
padding: 0 0 10px 24px;
padding: 1px 1px 10px 24px;
font-size: @font-size-base;
position: relative;
top: -4px;
top: -5px;
}
&:last-child {