[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Normalize website text alignment
commit 9125da699e0cca9800635b475907a25b85e52598
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits