css: improve readability for desriptions
This commit is contained in:
parent
1519b2ae57
commit
27811eebe6
|
@ -70,9 +70,9 @@ form input[type=submit]:first-of-type {
|
||||||
}
|
}
|
||||||
|
|
||||||
form p.description {
|
form p.description {
|
||||||
|
padding: 1em 1em;
|
||||||
|
margin: 0;
|
||||||
display: none;
|
display: none;
|
||||||
color: #888;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select, select option, textarea {
|
input, select, select option, textarea {
|
||||||
|
|
Loading…
Reference in New Issue