From a8f7b1eb92bb87eea9d6392c2a2fcf6600bbb12e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jun 2021 15:03:06 +0530 Subject: [PATCH] Disable text justification in website Looks really bad in many places as there are quite a few non-breakbale phrases. --- docs/_static/custom.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 057d6fad2..d1678db8e 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -17,10 +17,6 @@ .fit-img { max-width: 95% } -div.body p, div.body dd, div.body li, div.body blockquote { - text-align: justify; -} - div.body { min-width: 200px; }