neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit bfb19a110d93ce5cb7c09fee2442651db182ca4b
parent 7c1921e9d69e008781c9fb16c11e843f7bd9099a
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Tue,  2 May 2023 09:45:44 +0200

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


Diffstat:
Mscripts/gen_help_html.lua | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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