Commit 00e35997dffa62841a93543a5a8c295aac63e7f2
1 parent
9e44bb98
Exists in
master
Supersample the footer logos
… because retina display for Apple© consumers is more important than the carbon footprint of the website. Ironic, innit?
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
21.2 KB
flaskr/static/img/irap.png
flaskr/templates/base.html
... | ... | @@ -87,9 +87,9 @@ |
87 | 87 | {{ content.footer.credits }} |
88 | 88 | </div> |
89 | 89 | <div class="col-lg-4 text-center"> |
90 | - <a href="http://irap.omp.eu" class=""> | |
91 | - <img src="/static/img/irap.png" alt="IRAP"> | |
92 | - </a> | |
90 | + <a href="http://www.irap.omp.eu" class=""><img src="/static/img/irap.png" alt="IRAP" width="110px"></a> | |
91 | + | |
92 | + <a href="http://x-ifu.irap.omp.eu" class=""><img src="/static/img/ifu.png" alt="IFU" width="110px"></a> | |
93 | 93 | </div> |
94 | 94 | </div> |
95 | 95 | </footer> | ... | ... |