From 5aa919155e52171a8111bb4ca16d412b0151ce41 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Sun, 26 Aug 2018 09:29:39 -0700 Subject: [PATCH] Backport PR #11925: Increase the width of property tables in class docs --- doc/_static/mpl.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index 2c1977b63e0a..4a571c27e18a 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -623,6 +623,14 @@ table.docutils { background-color: #eff3f4; } +/* tables inside class descriptions */ +dl.class table.property-table { + width: 85%; + border-spacing: 2px; + border-collapse: collapse; + border: 0px; +} + /* tables inside parameter descriptions */ td.field-body table.property-table { width: 100%;