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

Esse commit está contido em:
Sébastien Lucas 2014-05-30 07:54:49 +02:00
commit b11dece17f
1 arquivos alterados com 5 adições e 0 exclusões

Ver arquivo

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