Fix display for primitive and keyword extra info

This commit is contained in:
Guillaume Gomez 2021-05-21 22:53:31 +02:00
parent fc81ad22c4
commit 4c88f0c63b

View File

@ -780,12 +780,12 @@ a {
float: left;
}
tr.result span.primitive::after {
.result-name span.primitive::after {
content: ' (primitive type)';
font-style: italic;
}
tr.result span.keyword::after {
.result-name span.keyword::after {
content: ' (keyword)';
font-style: italic;
}