[clang-format][docs] Fix invalid CSS syntax in versionbadge
authorEmilia Dreamer <emilia@rymiel.space>
Fri, 23 Dec 2022 00:15:23 +0000 (02:15 +0200)
committerEmilia Dreamer <emilia@rymiel.space>
Fri, 23 Dec 2022 00:15:48 +0000 (02:15 +0200)
commitba4caec64fec457b4ab20876a809b45162b048f4
tree104a5e8c671bfd62133db942c22c73e85d88478d
parentd6cd8d6b1987be6abc2c2e854358f72c00d910a5
[clang-format][docs] Fix invalid CSS syntax in versionbadge

CSS uses colons, not the equals sign. The final semicolon is optional,
but preferred to be included. Really, the font property doesn't really
need to be there, but I suppose it was put there for a reason.

It's surprising how lenient browsers are when parsing

Reviewed By: HazardyKnusperkeks, owenpan

Differential Revision: https://reviews.llvm.org/D138441
clang/docs/ClangFormatStyleOptions.rst