set message form label to display inline

darcs-hash:20080918022558-5ed1f-d1be18fc2e383ab0f0482e2ea8903a6bc4f05bf8.gz
This commit is contained in:
Evan Prodromou 2008-09-17 22:25:58 -04:00
parent 8ef9d9d0cc
commit 64cd79bc5f
1 changed files with 4 additions and 0 deletions

View File

@ -680,10 +680,14 @@ input#favor, input.favor {
height: 96px;
/*background-color: #F00;*/
}
#message_form p {
margin: 36px 0 0 0;
padding: 0;
}
#message_form label {
display: inline;
}
#message_content {
display: block;