logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 38eb96f8fcf0aeb85421580ede3d5e4a1cc4e3d0
parent: d5ec0f43e465e1bd016f1c841122fc3c774fc718
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 15 Oct 2013 18:19:31 +0200

[enh] ui improvements

Diffstat:

Msearx/static/css/style.css11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/searx/static/css/style.css b/searx/static/css/style.css @@ -0,0 +1,11 @@ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + color: #444444; +} +.center { text-align: center; } + +h1 { font-size: 5em; } + +input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; }