1
0
Fork 0

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

Dieser Commit ist enthalten in:
Sébastien Lucas 2014-05-30 07:54:49 +02:00
Ursprung f846adc5d8
Commit b11dece17f
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen

Datei anzeigen

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