Commit 6700f596c90d7a9fd098de36fd8ebf049ef050c6

Authored by 梁灏
1 parent c9433dcc

publish 0.9.8-rc-2

publish 0.9.8-rc-2
Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
package.json
1 1 {
2 2 "name": "iview",
3   - "version": "0.9.8-rc-1",
  3 + "version": "0.9.8-rc-2",
4 4 "title": "iView",
5 5 "description": "A high quality UI components Library with Vue.js",
6 6 "homepage": "http://www.iviewui.com",
... ...
src/styles/components/timeline.less
... ... @@ -65,7 +65,7 @@
65 65 padding: 1px 1px 10px 24px;
66 66 font-size: @font-size-small;
67 67 position: relative;
68   - top: -4px;
  68 + top: -3px;
69 69 }
70 70  
71 71 &:last-child {
... ...