mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
Fix changelog style
This commit is contained in:
parent
44b529b0d5
commit
6836487e18
@ -13,6 +13,8 @@ timeline: true
|
||||
* 次版本号:每月发布一个带有新特性的向下兼容的版本。
|
||||
* 主版本号:含有破坏性更新和新特性,不在发布周期内。
|
||||
|
||||
---
|
||||
|
||||
## 3.0.0
|
||||
|
||||
`2017-12-04`
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user