From c1943e0e9fd0ad6abd7d8dae380474cca4b04a31 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Tue, 9 Aug 2022 15:34:34 +0200 Subject: [PATCH] Fix pre-commit --- nbconvert/exporters/html.py | 1 - .../jupyter/nbconvert/templates/classic/static/style.css | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nbconvert/exporters/html.py b/nbconvert/exporters/html.py index 2fb384c48..e7cd8ff3b 100644 --- a/nbconvert/exporters/html.py +++ b/nbconvert/exporters/html.py @@ -5,7 +5,6 @@ import base64 import json -from lxml.html.clean import clean_html import mimetypes import os from pathlib import Path diff --git a/share/jupyter/nbconvert/templates/classic/static/style.css b/share/jupyter/nbconvert/templates/classic/static/style.css index 5a9d516d1..881c1a531 100644 --- a/share/jupyter/nbconvert/templates/classic/static/style.css +++ b/share/jupyter/nbconvert/templates/classic/static/style.css @@ -9497,15 +9497,15 @@ label { } /* Flexible box model classes */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ -/* This file is a compatability layer. It allows the usage of flexible box +/* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see -`Modern browsers` comments below). Browsers that are known to implement this +`Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ - Internet Explorer 11+ + Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the @@ -12893,7 +12893,7 @@ div#pager .ui-resizable-handle { background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; - /* This injects handle bars (a short, wide = symbol) for + /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } div#pager .ui-resizable-handle::after {