From 817a5efff9d2f557fe656e82e41bb7f2692e48a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Felbermeier Date: Mon, 27 Nov 2017 04:13:17 +0100 Subject: [PATCH] Fix css of elbow indentation for firefox (#33225) --- docs/docsite/_themes/srtd/static/css/theme.css | 6 ++++++ docs/templates/plugin.rst.j2 | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/docs/docsite/_themes/srtd/static/css/theme.css b/docs/docsite/_themes/srtd/static/css/theme.css index 9a0a84a638..216244e807 100644 --- a/docs/docsite/_themes/srtd/static/css/theme.css +++ b/docs/docsite/_themes/srtd/static/css/theme.css @@ -4898,6 +4898,12 @@ table { height: inherit } +@-moz-document url-prefix() { + .return-value-column td { + height: 100% + } +} + .cell-border { padding: 4px; border-left: 1px solid #000; diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 6d93079a4e..8290435013 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -213,17 +213,6 @@ Common return values are documented :ref:`here `, the foll .. raw:: html - -
name