From 3dfa71daab5949bf0a0b1189afd4141cbad05031 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 30 Apr 2014 11:33:52 +0800 Subject: [PATCH] Improved empty history styles --- app/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/app.css b/app/css/app.css index 37f36ecb..59d0dea9 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -1786,7 +1786,7 @@ span.emoji { .im_history_empty { text-align: center; color: #999; - font-size: 18px; + font-size: 16px; line-height: 18px; padding: 1px 50px; }