Skip to content

Commit

Permalink
vdoc: add hr style
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 22, 2023
1 parent 65dd69c commit 848a4c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions cmd/tools/vdoc/theme/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ body {
color: var(--text-color);
height: 100%;
}
hr {
height: 0.25rem;
background-color: var(--title-bottom-line-color);
border: 0;
padding: 0;
margin: 1.2rem 0;
}
#page {
height: 100%;
padding-top: 56px;
Expand Down
6 changes: 0 additions & 6 deletions cmd/tools/vdoc/theme/normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ h1 {
margin: 0.67em 0;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

pre {
font-family: monospace, monospace;
font-size: 1em;
Expand Down

0 comments on commit 848a4c5

Please sign in to comment.