From b11dece17f29327e6d4dbd276106c7d15338c22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 30 May 2014 07:54:49 +0200 Subject: [PATCH] The typeahead input should not be in smallcaps (I think) --- templates/default/styles/style-eink.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/default/styles/style-eink.css b/templates/default/styles/style-eink.css index 06abe65..2cc0b53 100644 --- a/templates/default/styles/style-eink.css +++ b/templates/default/styles/style-eink.css @@ -22,6 +22,11 @@ header { letter-spacing: 2px; } +#tool input[type=text], .twitter-typeahead +{ + font-variant: normal; +} + .hicon, .footcenter, .submit, .fullclickpopup{ color:black; }