Fix #5959: classifier delimiter is not shown

This commit is contained in:
Takeshi KOMIYA 2019-01-22 01:27:42 +09:00
parent 10d69aa834
commit 7477d66aec

View File

@ -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;