Fix changelog style

This commit is contained in:
afc163 2017-12-04 21:48:42 +08:00
parent 44b529b0d5
commit 6836487e18
2 changed files with 20 additions and 18 deletions

View File

@ -13,6 +13,8 @@ timeline: true
* 次版本号:每月发布一个带有新特性的向下兼容的版本。
* 主版本号:含有破坏性更新和新特性,不在发布周期内。
---
## 3.0.0
`2017-12-04`

View File

@ -299,9 +299,10 @@
height: 80px;
line-height: 80px;
}
}
// For Changelog
ul.ant-timeline {
.markdown ul.ant-timeline {
li.ant-timeline-item {
list-style: none;
margin: 0;
@ -313,7 +314,7 @@
top: -14px;
> h2 {
margin-top: 0;
padding-top: 0.5px;
padding-top: 2px;
}
}
}
@ -321,4 +322,3 @@
margin-top: 40px;
}
}
}