summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-01 19:04:34 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-08-02 10:54:23 +0200
commit5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e (patch)
tree0d3d5aefa0d231b7e52ef10f66b9d1b030838245 /hyperkitty/static
parent544cde185f9f55deab7b0738561e0b073e765c6a (diff)
downloadhyperkitty-5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e.tar.gz
hyperkitty-5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e.tar.xz
hyperkitty-5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e.zip
Add a link to the public profile from thread lists
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-threadslist.css3
1 files changed, 3 insertions, 0 deletions
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;