From e8be16e0f2fe047fc10c353be10d6863b63c7a95 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 6 Jul 2020 02:34:42 +0200 Subject: [PATCH] Fix size of donate button. This was a regression of #17825. --- doc/_static/mpl.css | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index d54229f674fd..57505f0a972e 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -1029,7 +1029,6 @@ figcaption { .donate_button { clear: both; display: block; - width: 200px; margin: 30px auto 0; }