Citations in messages now do have a top border in any case, wether they have a subjec...
authorthe_mgt <themgt@uncensored.citadel.org>
Wed, 18 May 2011 19:18:36 +0000 (21:18 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:46:15 +0000 (20:46 +0000)
Looks like an original message now. *groovy*

webcit/static/styles/message.css

index a5da6c00055e73849571883dfd9780479d7c6635..c3060c6b3e5a42a301e2a730bd8fcc01571e999d 100644 (file)
@@ -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;   
         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;