From 7477d66aec95c9a07a3c5adbf2cde58edcbb8d3d Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 22 Jan 2019 01:27:42 +0900 Subject: [PATCH] Fix #5959: classifier delimiter is not shown --- sphinx/themes/basic/static/basic.css_t | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index f819e0691a4..5bdd803eb16 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -537,6 +537,12 @@ dl.glossary dt { font-style: oblique; } +.classifier:before { + font-style: normal; + margin: 0.5em; + content: ":"; +} + abbr, acronym { border-bottom: dotted 1px; cursor: help;