From 02116e2b63fe2bd2c8b1862338deecaac8c73af8 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Mon, 6 Jan 2014 10:25:23 -0500 Subject: [PATCH] Center "Why not start the conversation" for PMs. (imported from commit ed01d464719b76a8c52c8b205395cc853077a1e1) --- static/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index a5bc658ad0..c99145a07f 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2536,6 +2536,7 @@ div.floating_recipient { text-align: center; } +#empty_narrow_private_message p, #empty_narrow_message p { text-align: center; }