From 423fb2bd450273a90ed384eca08e4d1dd4dd9736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 9 Jan 2013 14:59:16 +0100 Subject: [PATCH] added back search --- layout.html | 1 + static/mozilla.css_t | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/layout.html b/layout.html index 497652c..0a19600 100644 --- a/layout.html +++ b/layout.html @@ -15,6 +15,7 @@

{{ project }}

{{ toctree() }} + {%- include "searchbox.html" %}
diff --git a/static/mozilla.css_t b/static/mozilla.css_t index c78e7b5..0ff842f 100644 --- a/static/mozilla.css_t +++ b/static/mozilla.css_t @@ -294,3 +294,7 @@ div.viewcode-block:target { border-top: 1px solid #ac9; border-bottom: 1px solid #ac9; } + +#searchbox { + margin: 0px 20px auto auto; +}