Solved the logo being squished in Safari

This commit is contained in:
Thatcher Peskens 2013-07-31 12:17:42 -07:00
parent d5a57a4b5e
commit e0c24ccfc3
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
</div>
<div style="margin-left: -12px; float: left;">
<a href="http://www.docker.io" title="Docker Homepage"><img style="margin-top: 0px; height: 60px; margin-left: 10px;" src="{{ pathto('_static/img/docker-top-logo.png', 1) }}"></a>
<a href="http://www.docker.io" title="Docker Homepage"><img style="margin-top: 0px; height: 60px; width: 160px; margin-left: 10px;" src="{{ pathto('_static/img/docker-top-logo.png', 1) }}"></a>
</div>
</div>