From 5b054d1fb39604419150051dd1d99dacbdeb2cba Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 1 Sep 2016 08:11:44 +0200 Subject: Make search result hit template configurable, add chat template Resolves: #9 --- www/css/phinde.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'www/css/phinde.css') diff --git a/www/css/phinde.css b/www/css/phinde.css index a25aa31..eae8dd9 100644 --- a/www/css/phinde.css +++ b/www/css/phinde.css @@ -31,4 +31,14 @@ .resultinfo { margin-top: 1ex; margin-bottom: 2ex; -} \ No newline at end of file +} + +.hit-chat .meta { + margin-left: 3ex; +} +.hit-chat .date { + color: inherit; +} +.hit-chat .meta { + opacity: 0.5; +} -- cgit v1.2.3