From 56d69759986cdfd433c7f1fea2e9927b8c4b08d4 Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 21 Apr 2014 11:29:58 +0800 Subject: [PATCH] * fixed style of 'featurebar' for ie11. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 84ced6f278..60c475cc0e 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -378,7 +378,7 @@ body {font-size: 12px; color:#141414;padding-bottom: 40px;} /* Feature bar. */ -#featurebar {padding: 8px 10px 7px; font-size: 14px; background: #F8FAFE; border-bottom: 1px solid #ddd; line-height: 30px; min-height: 46px; min-height: 30px\0;} +#featurebar {padding: 8px 10px 7px; font-size: 14px; background: #F8FAFE; border-bottom: 1px solid #ddd; line-height: 30px; min-height: 30px; box-sizing:content-box;} #featurebar .heading {float: left; padding: 0 5px; color: #666} #featurebar .heading:after {content: "\e6e1"; font-family: ZenIcon; font-size: 14px; color: #999; display: inline-block; margin-left: 5px;} #featurebar .heading > i {color: #808080}