commit 9125da699e0cca9800635b475907a25b85e52598 Author: Damian Johnson atagar@torproject.org Date: Thu Sep 3 16:37:35 2020 -0700
Normalize website text alignment
Sphinx change their default text alignment in new versions. This throws off our download page among others so overwriting it with our expected alignment. --- docs/_static/style.css | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/docs/_static/style.css b/docs/_static/style.css index ae2a04e6..a248d5e8 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -20,3 +20,6 @@ img { max-width: none !important; }
+.align-default { + text-align: left !important; +}
tor-commits@lists.torproject.org