projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c6ad5
)
Fix logo width.
author
Dave Page
<dpage@pgadmin.org>
Sat, 15 Sep 2012 16:06:46 +0000
(12:06 -0400)
committer
Dave Page
<dpage@pgadmin.org>
Sat, 15 Sep 2012 16:06:46 +0000
(12:06 -0400)
templates/sponsors/sponsors.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/sponsors/sponsors.html
b/templates/sponsors/sponsors.html
index 611ecb0ef5d2dcb2f6f85b4aac92273ac8dcea18..f889c9e74bcaa51daf31bd2a2f4eb25eee745c2e 100644
(file)
--- a/
templates/sponsors/sponsors.html
+++ b/
templates/sponsors/sponsors.html
@@
-25,7
+25,7
@@
for each company shown.
{%endifchanged%}
<tr>
- <td class="colFirst" width="125"><img src="/media/img/about/sponsors/{{s.logoname}}" alt="{{s.name}} logo" /></td>
+ <td class="colFirst" width="125"><img
width="150"
src="/media/img/about/sponsors/{{s.logoname}}" alt="{{s.name}} logo" /></td>
<td class="colMid"><a href="{{s.url}}">{{s.name}}</a></td>
<td class="colLast" width="150">{{s.country}}</td>
</tr>