summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSurya K <kasturisurya@gmail.com>2013-05-19 21:28:50 +0530
committerSurya K <kasturisurya@gmail.com>2013-05-19 21:28:50 +0530
commit70ffc83c5e2aa76b144e9845281d4224179d8743 (patch)
tree95d09a05af3cbcfd15e23d7d9a47e83ef9398e11
parente5fd2fa9321c2f7752775f5ce30c540d8d377fe3 (diff)
downloadscipy-sphinx-theme-70ffc83c5e2aa76b144e9845281d4224179d8743.tar.gz
DEV: border attr from img mentioned in css
-rw-r--r--_theme/scipy/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_theme/scipy/layout.html b/_theme/scipy/layout.html
index 6b40abe..39fc75b 100644
--- a/_theme/scipy/layout.html
+++ b/_theme/scipy/layout.html
@@ -164,7 +164,7 @@
<div class="container">
<div class="top-scipy-org-logo-header">
<a href="{{ pathto('index') }}">
- <img border=0 alt="SciPy" src="{{ pathto('_static/img/scipy_org_logo.gif', 1) }}"></a>
+ <img style="border: 0;" alt="SciPy" src="{{ pathto('_static/img/scipy_org_logo.gif', 1) }}"></a>
</div>
</div>
</div>