]> git.donarmstrong.com Git - neurodebian.git/commitdiff
No border around icons in firefox.
authorMichael Hanke <michael.hanke@gmail.com>
Tue, 20 Apr 2010 13:53:25 +0000 (09:53 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Tue, 20 Apr 2010 13:53:25 +0000 (09:53 -0400)
neurodebian/templates/pkg.rst
sphinx/_templates/layout.html

index fa89f234eca4040a0ce40c0372de70fa1bcac582..1caa5d47ceb8f8a3193ec2aa3255ab63086bde18 100644 (file)
@@ -11,10 +11,10 @@ External links:
 .. raw:: html
 
   <p><a href="{{ db.main.homepage }}">
-  <img src="../_static/go-home.png" title="Go to {{ pkg }} homepage" /></a>
+  <img border="0" src="../_static/go-home.png" title="Go to {{ pkg }} homepage" /></a>
   {%- if cfg.has_option("nitrc ids", pkg) -%}
   <a href="http://www.nitrc.org/project?group_id={{ cfg.get("nitrc ids", pkg) }}">
-  <img src="../_static/nitrc.jpg" title="See the entry on nitrc.org" /></a>
+  <img border="0" src="../_static/nitrc.jpg" title="See the entry on nitrc.org" /></a>
   {%- endif -%}
   </p>
 
index 01f9f1894026743ca29a9af65a00e834b599ffca..69a2b574a9708a16041f96519823e6cdbc6ac5ef 100644 (file)
@@ -20,7 +20,7 @@
 {% block sidebarsearch %}
 {{ super() }}
 <p><a href="http://www.nitrc.org/projects/neurodebian"><img
-src="{{ pathto('_static/nitrc.jpg', 1) }}" alt="NITRC-listed" /></a></p>
+src="{{ pathto('_static/nitrc.jpg', 1) }}" border="0" alt="NITRC-listed" /></a></p>
 {% endblock %}