From cbd2814659ba1f2570c219c8c982ce580811b22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 5 Dec 2011 21:17:01 +0100 Subject: [PATCH] Style the time :) --- template/chat.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/template/chat.tpl b/template/chat.tpl index be7b0cd..249c3fb 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -68,6 +68,18 @@ overflow-y: scroll; } + .chatMessage time, .chatMessage time::before, .chatMessage time::after { + font-size: .8em; + } + + .chatMessage time::before { + content: "["; + } + + .chatMessage time::after { + content: "]"; + } + .chatSidebar a { outline: none; }