From 578a1e8d53e787f7c153ada18383567b9291f74e Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 7 Oct 2014 10:39:54 +0200 Subject: [PATCH] Use div instead of a for empty peers --- css/style.css | 5 +++++ templates/main.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f0ae52e..8d427be 100644 --- a/css/style.css +++ b/css/style.css @@ -79,6 +79,11 @@ font-size: 32px; } +#ocsms-empty-peers { + color: #666; + text-align: center; +} + .msg-sent, .msg-recv { border-radius: 12px; margin: 4px; diff --git a/templates/main.php b/templates/main.php index 2211ba9..a0dfd9a 100644 --- a/templates/main.php +++ b/templates/main.php @@ -6,7 +6,7 @@