From 64cd79bc5f49bdc929086a4f48b786eb9d6ad766 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 22:25:58 -0400 Subject: set message form label to display inline darcs-hash:20080918022558-5ed1f-d1be18fc2e383ab0f0482e2ea8903a6bc4f05bf8.gz --- theme/stoica/display.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'theme') 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; -- cgit v1.2.3-54-g00ecf