The typeahead input should not be in smallcaps (I think)
This commit is contained in:
parent
f846adc5d8
commit
b11dece17f
|
@ -22,6 +22,11 @@ header {
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tool input[type=text], .twitter-typeahead
|
||||||
|
{
|
||||||
|
font-variant: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.hicon, .footcenter, .submit, .fullclickpopup{
|
.hicon, .footcenter, .submit, .fullclickpopup{
|
||||||
color:black;
|
color:black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue