From f69bd6ad4b015c5864032e546bbcb54571bc6a8e Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Tue, 23 Oct 2012 13:54:50 -0400 Subject: [PATCH] Fixup display of huddle messages. (imported from commit 981fc7998c695b8e6a75d7b00da0a63e0cc4164a) --- zephyr/static/styles/zephyr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 2324ebd158..dbd8ec9f36 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -151,7 +151,7 @@ td.pointer { .messagebox.personal-message { border-color: #444; - border-width: 1px; + border-width: 0px 1px 1px 1px; background-color: #feffe0; }