Revert "docs: adjust help-tag-right CSS for HTML" #26046

The style change is mostly a regression.

Reverts #25858 d50274812b
This commit is contained in:
Justin M. Keyes 2023-11-14 09:55:54 -08:00 committed by GitHub
parent d50274812b
commit 1a4db51d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -967,16 +967,13 @@ local function gen_css(fname)
/* Tag pseudo-header common in :help docs. */
.help-tag-right {
color: var(--tag-color);
background-color: inherit;
display: flex;
justify-content: right;
margin-top: 1.5em;
margin-bottom: 1em;
margin-left: auto;
margin-right: 0;
float: right;
}
.help-tag a,
.help-tag-right a {
color: inherit;
background-color: var(--accent-bg-color);
}
.help-tag a:not(:hover),
.help-tag-right a:not(:hover) {