From 93b5ecdc756d0fc81d72d0f85b6d24af32a081cf Mon Sep 17 00:00:00 2001 From: asciimoo Date: Wed, 29 Jan 2014 20:08:00 +0100 Subject: [PATCH] [fix] w3m submit button text display --- searx/static/css/style.css | 1 + searx/templates/search.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 4163e753..de831e38 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -146,6 +146,7 @@ tr:hover td { background: #DDDDDD; } opacity: 0.8; width: 28px; height: 30px; + font-size: 0; } #results { margin: 10px; padding: 0; } diff --git a/searx/templates/search.html b/searx/templates/search.html index 92ce5a72..3f88d880 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,7 +1,7 @@
- +
{% include 'categories.html' %}