From 5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 1 Aug 2013 19:04:34 +0200 Subject: Add a link to the public profile from thread lists --- hyperkitty/static/hyperkitty/css/hyperkitty-threadslist.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hyperkitty/static') diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-threadslist.css b/hyperkitty/static/hyperkitty/css/hyperkitty-threadslist.css index 73f4864..a2e49ad 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-threadslist.css @@ -97,6 +97,9 @@ .thread-content .gravatar { float: left; } +.thread-content .gravatar a { + color: black; +} .thread-content .thread-email { display: block; margin-left: 60px; -- cgit