Parcourir la source

Solved the logo being squished in Safari

Thatcher Peskens il y a 12 ans
Parent
commit
e0c24ccfc3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/theme/docker/layout.html

+ 1 - 1
docs/theme/docker/layout.html

@@ -79,7 +79,7 @@
             </div>
             </div>
 
 
             <div style="margin-left: -12px; float: left;">
             <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>
         </div>
         </div>