* fixed style of 'featurebar' for ie11.

This commit is contained in:
Catouse
2014-04-21 11:29:58 +08:00
parent 332787a657
commit 56d6975998
+1 -1
View File
@@ -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}