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

Cette révision appartient à :
Sébastien Lucas 2014-05-30 07:54:49 +02:00
Parent f846adc5d8
révision b11dece17f
1 fichiers modifiés avec 5 ajouts et 0 suppressions

Voir le fichier

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