Skip to content

Commit 294867c

Browse files
authored
Merge pull request #5976 from tk0miya/5959_classifier_delimiter
Fix #5959: classifier delimiter is not shown
2 parents f2536b1 + 7477d66 commit 294867c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sphinx/themes/basic/static/basic.css_t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,12 @@ dl.glossary dt {
537537
font-style: oblique;
538538
}
539539

540+
.classifier:before {
541+
font-style: normal;
542+
margin: 0.5em;
543+
content: ":";
544+
}
545+
540546
abbr, acronym {
541547
border-bottom: dotted 1px;
542548
cursor: help;

0 commit comments

Comments
 (0)