mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: reduce padding for v doc
produced html nodes too
This commit is contained in:
parent
d704798cdd
commit
e60d928593
1 changed files with 2 additions and 2 deletions
|
@ -426,7 +426,7 @@ hr {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
.doc-content > .doc-node {
|
.doc-content > .doc-node {
|
||||||
padding: 5rem 0 2rem 0;
|
padding: 0.5rem 0 0.5rem 0;
|
||||||
margin-top: -4rem;
|
margin-top: -4rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
@ -785,7 +785,7 @@ button.copy {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
.doc-content > .doc-node.const:not(:last-child) {
|
.doc-content > .doc-node.const:not(:last-child) {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
.doc-container {
|
.doc-container {
|
||||||
margin-left: 300px;
|
margin-left: 300px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue