[tor-commits] [stem/master] Normalize website text alignment

atagar at torproject.org atagar at torproject.org
Mon Sep 7 00:20:34 UTC 2020


commit 9125da699e0cca9800635b475907a25b85e52598
Author: Damian Johnson <atagar at 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;
+}





More information about the tor-commits mailing list