diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 22:19:26 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 22:19:26 -0400 |
commit | 892132549ea6674bcdae8097084cafde879a6f1b (patch) | |
tree | 7f7a294f7d694378696caa774e30c6aaf6205a36 /theme | |
parent | edc11b11575c68bd41804a2bc3726ad95bbd23f5 (diff) |
change id of message textarea
darcs-hash:20080918021926-5ed1f-93d05fdd25606664a619e027178d188a46cbde83.gz
Diffstat (limited to 'theme')
-rw-r--r-- | theme/stoica/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 1f921d950..8e03ff509 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -685,7 +685,7 @@ input#favor, input.favor { padding: 0; } -#message_form textarea.content { +#message_content { display: block; float: left; width: 463px; |