From 9dfea5282ef89fdf7604c10f1ee2bbc999af0225 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 8 Jun 2015 12:39:35 +0800 Subject: [PATCH] fix iconfont --- components/iconfont/index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/iconfont/index.md b/components/iconfont/index.md index fda30e4a5f..65597985e3 100644 --- a/components/iconfont/index.md +++ b/components/iconfont/index.md @@ -477,7 +477,7 @@ ul.anticons-list { list-style: none; width: 100% } -ul.anticons-list li{ +ul.anticons-list li { float: left; margin: 5px; padding-bottom: 10px; @@ -485,16 +485,17 @@ ul.anticons-list li{ text-align: center; list-style: none; cursor: pointer; - height: 88px; + height: 92px; + color: #5C6B77; } ul.anticons-list li:hover { background-color: #6EB4E0; - color: #FFF; + color: #fff; border-radius: 4px; } .anticon { - font-size: 28px; - line-height: 48px; + font-size: 32px; + line-height: 52px; } .anticon-class { display: block; -- GitLab