This commit is contained in:
Kelvin Sherlock 2021-10-13 13:02:50 -04:00
parent 3331a4ef45
commit c1ddf06f08
1 changed files with 2 additions and 5 deletions

View File

@ -1,15 +1,12 @@
html {
line-height: 4ex;
}
#form div {
line-height: 4ex;
}
#form label {
fieldset label {
display: inline-block;
width: 6em;
}
#form label:after {
fieldset label:after {
content: ": ";
}
sub {