Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36644bda67 | ||
|
|
236e9e2fb3 | ||
|
|
b551216517 |
2
AUTHORS
2
AUTHORS
@@ -6,4 +6,6 @@ alsotang <alsotang@gmail.com> (https://github.com/alsotang)
|
||||
4simple <wondger@qq.com> (https://github.com/4simple)
|
||||
afc163 <afc163@gmail.com> (https://github.com/afc163)
|
||||
Yuwei Ba <i@xiaoba.me> (https://github.com/ibigbug)
|
||||
dickeylth <dickeylth@gmail.com> (https://github.com/dickeylth)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
|
||||
2.9.2 / 2016-03-29
|
||||
==================
|
||||
|
||||
* fix: override antd for ul & ol list number & icon.
|
||||
|
||||
2.9.1 / 2016-03-29
|
||||
==================
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cnpmjs.org",
|
||||
"version": "2.9.1",
|
||||
"version": "2.9.2",
|
||||
"description": "Private npm registry and web for Enterprise, base on MySQL and Simple Store Service",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -292,3 +292,6 @@ pre code {
|
||||
height: 30px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
ul, ol{
|
||||
list-style: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user