aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-11-14 09:55:54 -0800
committerGitHub <noreply@github.com>2023-11-14 09:55:54 -0800
commit1a4db51d064e1ef6925e3545f80a13da4b92d4ef (patch)
treeb1345f64f8ecba162278325b750092ce405091ec /scripts
parentd50274812b275edff58418b3d17868385599fc14 (diff)
downloadrneovim-1a4db51d064e1ef6925e3545f80a13da4b92d4ef.tar.gz
rneovim-1a4db51d064e1ef6925e3545f80a13da4b92d4ef.tar.bz2
rneovim-1a4db51d064e1ef6925e3545f80a13da4b92d4ef.zip
Revert "docs: adjust help-tag-right CSS for HTML" #26046
The style change is mostly a regression. Reverts #25858 d50274812b275edff58418b3d17868385599fc14
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gen_help_html.lua9
1 files changed, 3 insertions, 6 deletions
diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua
index 706335342d..633207e018 100644
--- a/scripts/gen_help_html.lua
+++ b/scripts/gen_help_html.lua
@@ -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) {