diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 22:25:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 22:25:58 -0400 |
commit | 64cd79bc5f49bdc929086a4f48b786eb9d6ad766 (patch) | |
tree | 2fa11aa65055d4a14c89ad18d4f9d714592947bb /theme/stoica | |
parent | 8ef9d9d0cc1fd1a4880b6941f4e4916c3f8b0e92 (diff) |
set message form label to display inline
darcs-hash:20080918022558-5ed1f-d1be18fc2e383ab0f0482e2ea8903a6bc4f05bf8.gz
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 8e03ff509..1707e013d 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -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; |