add missing semi-colon
This commit is contained in:
parent
73d2653417
commit
101d987d29
1 changed files with 2 additions and 1 deletions
|
|
@ -459,7 +459,8 @@ a {
|
|||
.content .search-results td:first-child { padding-right: 0; }
|
||||
.content .search-results td:first-child a { padding-right: 10px; }
|
||||
|
||||
tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black}
|
||||
tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black;
|
||||
}
|
||||
|
||||
body.blur > :not(#help) {
|
||||
filter: blur(8px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue