From 4eae1981f28ca4d11127506e948ba098bad6cb43 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 24 Sep 2012 16:28:02 -0400 Subject: [PATCH] Clean up CSS (imported from commit 406a0de68e43ae5538289ddd1358b03ee91813c2) --- zephyr/static/styles/zephyr.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;