-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #5959: classifier delimiter is not shown #5976
Conversation
font-style: normal; | ||
margin: 0.5em; | ||
content: ":"; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In HTML4CSS1 writer, <span class="classifier-delimiter">:</span>
is used for the delimiter. On the other hand, In HTML5-polyglot writer, it is represented by CSS hack.
Since 2.0, we adopt HTM5-polyglot style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does fix our problem! Thanks!
Thank you for confirming! just merged. |
Indeed, thanks for the quick fix! |
Feature or Bugfix
Purpose