The typeahead input should not be in smallcaps (I think)

这个提交包含在:
Sébastien Lucas 2014-05-30 07:54:49 +02:00
父节点 f846adc5d8
当前提交 b11dece17f
共有 1 个文件被更改,包括 5 次插入0 次删除

查看文件

@ -22,6 +22,11 @@ header {
letter-spacing: 2px;
}
#tool input[type=text], .twitter-typeahead
{
font-variant: normal;
}
.hicon, .footcenter, .submit, .fullclickpopup{
color:black;
}