From cd6282715839a3affc47cd971e482487b7648b72 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Tue, 23 Oct 2012 13:31:40 -0400 Subject: [PATCH] Fix issue with border on huddle messages. (imported from commit 6a671dee15bb407207d34f7495987cbcd012d9a0) --- 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 292dd1acd4..2324ebd158 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: 0px 2px 2px 2px; + border-width: 1px; background-color: #feffe0; }