diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 366f9b5b83..24130ea264 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -138,7 +138,7 @@ blockquote p { font-size: inherit; } -td.messagebox { +.messagebox { width: 470px; max-width: 470px; padding: 8px 35px 8px 14px; @@ -148,20 +148,20 @@ td.messagebox { border-bottom: 1px solid gray; } -td.bookend { +.bookend { padding-top: 5px; } -td.prev_is_same_sender { +.prev_is_same_sender { padding-top: 0px; - border-top: 1px; solid white + border-top: 1px solid white; } -td.next_is_same_sender { + +.next_is_same_sender { border-bottom: 0px; padding-bottom: 0px; } - img.profile_picture { display: block; float: left;