mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
docs(html): right-align inline tags (#23403)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user