make "New in" and "Changed in" statements boldface to stand out more

This commit is contained in:
Axel Kohlmeyer 2020-09-09 09:25:58 -04:00
parent 2b854ec64f
commit 03d43bda3c
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
display: block;
margin-bottom: 0.809em;
}
.versionmodified {
font-weight: bold;
}