docs(html): right-align inline tags (#23403)

This commit is contained in:
Christian Clason 2023-05-02 09:45:44 +02:00 committed by GitHub
parent 7c1921e9d6
commit bfb19a110d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -927,6 +927,9 @@ local function gen_css(fname)
/* Tag pseudo-header common in :help docs. */ /* Tag pseudo-header common in :help docs. */
.help-tag-right { .help-tag-right {
color: var(--tag-color); color: var(--tag-color);
margin-left: auto;
margin-right: 0;
float: right;
} }
h1 .help-tag, h2 .help-tag, h3 .help-tag { h1 .help-tag, h2 .help-tag, h3 .help-tag {
font-size: smaller; font-size: smaller;