Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2020-05-24 18:34:06 +0300
committerMatthias Geier <Matthias.Geier@gmail.com>2020-05-24 18:34:06 +0300
commitd326f8cc7ed6d30ca69a4af3ebbc9dc97047be21 (patch)
treeb1e47aca72cc4e29477ccf2739de91167f47d2e5 /sphinx/themes
parent302c23fb5c172826499e8b3fb6d9eccd3c32d307 (diff)
basic CSS: avoid unnecessary padding to the left of line numbers
Diffstat (limited to 'sphinx/themes')
-rw-r--r--sphinx/themes/basic/static/basic.css_t2
1 files changed, 1 insertions, 1 deletions
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 {