adapta
This commit is contained in:
parent
dbf3a78906
commit
290f45c364
2 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,7 @@ generator.innerHTML = `<h2>Generator</h2>
|
||||||
type="number"
|
type="number"
|
||||||
style="width: 8ch"
|
style="width: 8ch"
|
||||||
value="1"
|
value="1"
|
||||||
min="0"
|
min="1"
|
||||||
/>
|
/>
|
||||||
</label><br />
|
</label><br />
|
||||||
<label for="g_border-style">Style:
|
<label for="g_border-style">Style:
|
||||||
|
|
|
@ -289,6 +289,10 @@ fieldset {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
legend {
|
||||||
|
padding-inline: var(--border-width);
|
||||||
|
}
|
||||||
|
|
||||||
summary {
|
summary {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
Loading…
Reference in a new issue