From 63fe48b1d91f3ccc6ca2368623fd39a87a3413b3 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Sat, 11 Oct 2014 16:27:52 +0530 Subject: added google cse --- tbc/templates/base.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'tbc/templates/base.html') diff --git a/tbc/templates/base.html b/tbc/templates/base.html index a9061be..e17d9bb 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -53,6 +53,11 @@ input[type="password"] { width: 100%; } + .gsc-search-button, + .gsc-clear-button { + position: relative; + top: -2px; + } {% block css %} @@ -177,8 +182,24 @@
{% endif %} +

Recent Submissions

+
+ + +
+
-

Recent Submissions

{% for item in items %}
-- cgit