From 444e535f000fd7b53dadf6726d5cd29ac34cc75f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 23 Jul 2020 08:58:19 +0200 Subject: Add pybind11 2.5 source --- 3rdparty/pybind11/docs/_static/theme_overrides.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3rdparty/pybind11/docs/_static/theme_overrides.css (limited to '3rdparty/pybind11/docs/_static') diff --git a/3rdparty/pybind11/docs/_static/theme_overrides.css b/3rdparty/pybind11/docs/_static/theme_overrides.css new file mode 100644 index 00000000..1071809f --- /dev/null +++ b/3rdparty/pybind11/docs/_static/theme_overrides.css @@ -0,0 +1,11 @@ +.wy-table-responsive table td, +.wy-table-responsive table th { + white-space: initial !important; +} +.rst-content table.docutils td { + vertical-align: top !important; +} +div[class^='highlight'] pre { + white-space: pre; + white-space: pre-wrap; +} -- cgit v1.2.3