style.css: make help text display under form fields

This commit is contained in:
Benjamin Dauvergne 2014-04-02 01:28:15 +02:00
parent 9e1518b69c
commit fb9b1d42b1
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,10 @@ h4 + div, div#profile {
display: inline;
}
.helptext {
display: block;
}
/* messages blocks */
ul.messages > li {
display: block;