remove hyphens in literals

Signed-off-by: Jack Laxson <jackjrabbit@gmail.com>
This commit is contained in:
Jack Laxson 2019-10-28 05:41:15 -04:00 committed by Jack Laxson
parent 1d8aa3019e
commit 19171d0e1e
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
dl.hide-signature > dt {
display: none;
}
code.literal{
hyphens: none;
}