From f17ac91b17c80004c6b7470c97a700b4c82beded Mon Sep 17 00:00:00 2001 From: the_mgt Date: Wed, 18 May 2011 21:18:36 +0200 Subject: [PATCH] Citations in messages now do have a top border in any case, wether they have a subject/header or not. Looks like an original message now. *groovy* --- webcit/static/styles/message.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/webcit/static/styles/message.css b/webcit/static/styles/message.css index a5da6c000..c3060c6b3 100644 --- a/webcit/static/styles/message.css +++ b/webcit/static/styles/message.css @@ -79,7 +79,6 @@ /* there is a lot of cascading happen io order to make it look beautiful */ .message_content blockquote { border: 1px solid #5C646B; - border-top: 0px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; @@ -89,14 +88,10 @@ behavior: url(/static/styles/PIE.htc); } -/*remove top border of blockquote INSIDE of blockquotes*/ -.message_content blockquote blockquote { - border-top: none; -} -/*but draw a top border if message inside blockquote was quoted with header!*/ +/*top border of message headerrs in a blockquote need to be transparent*/ blockquote .message_header { - border-top: 1px solid #5C646B; + border-top: 1px solid transparent; border-radius: 8px 8px 0px 0px; -webkit-border-radius: 8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; -- 2.30.2