changeset 291:b61b4d5527bf

only display message separators in between two messages, not between a message and a group header
author Myk Melez <myk@mozilla.org>
date Fri, 26 Sep 2008 11:53:17 -0700
parents 913ecc9089e1
children 98dd2259dc4a
files content/stream.css
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/content/stream.css	Thu Sep 25 17:44:19 2008 -0700
+++ b/content/stream.css	Fri Sep 26 11:53:17 2008 -0700
@@ -68,9 +68,9 @@
   overflow-x: hidden;
 }
 
-.message {
-  border-bottom: 1px solid lightgrey;
-  margin-bottom: 5px;
+.message + .message {
+  border-top: 1px solid lightgrey;
+  padding-top: 5px;
 }
 
 .leftColumn {