From de14583dfdfbf3d50807dc5e2c7ff29eb8c596a0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 10 Jun 2015 20:40:10 +0800 Subject: [PATCH] iconfont style fix --- components/iconfont/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/iconfont/index.md b/components/iconfont/index.md index ab45d16194..58d8d993e9 100644 --- a/components/iconfont/index.md +++ b/components/iconfont/index.md @@ -485,9 +485,9 @@ ul.anticons-list { } ul.anticons-list li { float: left; - margin: 5px 10px 5px 0; + margin: 5px 5px 5px 0; padding-bottom: 10px; - width: 154px; + width: 155px; text-align: center; list-style: none; cursor: pointer;