From 44a6795ead60013984f05edd7e7cabdcc2e0876c Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 3 Jun 2021 19:02:53 +0200 Subject: [PATCH] webconfig: Set image height explicitly Chrome says that's better, presumably because it can then tell how large the image is before it's loaded. Not that this tiny image really is a massive problem, but let's be good, not acceptable. --- doc_src/python_docs_theme/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/python_docs_theme/layout.html b/doc_src/python_docs_theme/layout.html index 12c01f2c1..ec9f29dbb 100644 --- a/doc_src/python_docs_theme/layout.html +++ b/doc_src/python_docs_theme/layout.html @@ -4,7 +4,7 @@ {% block rootrellink %}
  • + style="width: 80px; height: 80px; vertical-align: middle; margin-top: -1px"/>
  • {{theme_root_name}}{{ reldelim1 }}
  • {% if theme_root_include_title %} {{ shorttitle }}{{ reldelim1 }}