Treat form label as definition of field

This commit is contained in:
Luis Cielak
2018-07-17 14:29:54 -04:00
parent 40328dea6a
commit 1428170382
2 changed files with 11 additions and 6 deletions

View File

@@ -32,3 +32,8 @@ a > span {
box-shadow 0.2s,
color 0.2s,
}
dt {
display: inline;
font-weight: bold;
}