Skip to content

Commit b8a498c

Browse files
authored
[Doc] Add outline for content tabs (vllm-project#20571)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 923147b commit b8a498c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/mkdocs/stylesheets/extra.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,13 @@ body[data-md-color-scheme="slate"] .md-nav__item--section > label.md-nav__link .
143143
[data-md-color-scheme="slate"] .logo-light {
144144
display: none;
145145
}
146+
147+
/* Outline for content tabs */
148+
.md-typeset .tabbed-set {
149+
border: 0.075rem solid var(--md-default-fg-color);
150+
border-radius: 0.2rem;
151+
}
152+
153+
.md-typeset .tabbed-content {
154+
padding: 0 0.6em;
155+
}

0 commit comments

Comments
 (0)