From dd91a165ccd0c8ada181fa657f4ac457fddcc711 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 8 Dec 2008 00:20:20 +0000 Subject: - restored the main search form - fixed search highlighting - the url docstring works again from a ReST perspective, still not PDF --- doc/build/static/docs.css | 6 +++++- doc/build/templates/layout.mako | 6 ++++-- doc/build/templates/search.mako | 9 +++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/build/static/docs.css b/doc/build/static/docs.css index 3735221ce..810c51410 100644 --- a/doc/build/static/docs.css +++ b/doc/build/static/docs.css @@ -34,6 +34,10 @@ strong a { float:right; } +#searchform { + padding:20px; +} + #pagecontrol { float:right; } @@ -224,7 +228,7 @@ dl.class > dt padding: 0px 10px; } -dt:target { +dt:target, span.highlight { background-color:#FBE54E; } diff --git a/doc/build/templates/layout.mako b/doc/build/templates/layout.mako index ba2f16f24..62bbc383a 100644 --- a/doc/build/templates/layout.mako +++ b/doc/build/templates/layout.mako @@ -44,7 +44,7 @@
- ${next.body()} +
+ ${next.body()} +
<%def name="footer()"> diff --git a/doc/build/templates/search.mako b/doc/build/templates/search.mako index 0340f6a3b..dfad4d0e5 100644 --- a/doc/build/templates/search.mako +++ b/doc/build/templates/search.mako @@ -5,6 +5,15 @@ %> <%def name="show_title()">${_('Search')} +
+

Enter Search Terms:

+ +
+
<%def name="footer()"> -- cgit v1.2.1