From d326f8cc7ed6d30ca69a4af3ebbc9dc97047be21 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 24 May 2020 17:34:06 +0200 Subject: [PATCH] basic CSS: avoid unnecessary padding to the left of line numbers --- sphinx/themes/basic/static/basic.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index 45908ece1..a7c58569f 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -680,7 +680,7 @@ table.highlighttable td { } table.highlighttable td.linenos { - padding: 0 0.5em; + padding-right: 0.5em; } table.highlighttable td.code {