mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
docs(html): right-align inline tags (#23403)
This commit is contained in:
parent
7c1921e9d6
commit
bfb19a110d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user