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

This commit is contained in:
Sébastien Lucas 2014-05-30 07:54:49 +02:00
rodič f846adc5d8
revize b11dece17f
1 změnil soubory, kde provedl 5 přidání a 0 odebrání

Zobrazit soubor

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