From 81d9a07e065dc483d4c423a26a026dfd27dd9523 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Tue, 20 Apr 2010 09:53:25 -0400 Subject: [PATCH] No border around icons in firefox. --- neurodebian/templates/pkg.rst | 4 ++-- sphinx/_templates/layout.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst index fa89f23..1caa5d4 100644 --- a/neurodebian/templates/pkg.rst +++ b/neurodebian/templates/pkg.rst @@ -11,10 +11,10 @@ External links: .. raw:: html

- + {%- if cfg.has_option("nitrc ids", pkg) -%} - + {%- endif -%}

diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index 01f9f18..69a2b57 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -20,7 +20,7 @@ {% block sidebarsearch %} {{ super() }}

NITRC-listed

+src="{{ pathto('_static/nitrc.jpg', 1) }}" border="0" alt="NITRC-listed" />

{% endblock %} -- 2.39.2