From 69a25aa28b5ab95b6a8ada7205b973c56b583019 Mon Sep 17 00:00:00 2001 From: Jean-Luc Stevens Date: Thu, 3 Aug 2017 00:48:55 +0100 Subject: [PATCH] HTML fix in logo for export (#1778) * Removed inner divs in logo to fix export * Removed vertical-align style as it has no effect --- holoviews/ipython/load_notebook.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/holoviews/ipython/load_notebook.html b/holoviews/ipython/load_notebook.html index 32565ab93d..58aa7182f7 100644 --- a/holoviews/ipython/load_notebook.html +++ b/holoviews/ipython/load_notebook.html @@ -4,7 +4,6 @@ {% if logo %}
-
+ style='height:25px; border-radius:12px; display: inline-block; float: left; vertical-align: middle'> {% endif %} -
+ {% if bokeh_logo %} -
+ style='height:15px; border-radius:12px; display: inline-block; float: left'> {% endif %} -
{% if mpl_logo %} -
+ style='height:15px; border-radius:12px; display: inline-block; float: left'> {% endif %} -
{% if plotly_logo %} -
+ + style='height:15px; border-radius:12px; display: inline-block; float: left'> {% endif %} -
{{message}}