diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-08-01 19:04:34 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-08-02 10:54:23 +0200 |
commit | 5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e (patch) | |
tree | 0d3d5aefa0d231b7e52ef10f66b9d1b030838245 /hyperkitty/static | |
parent | 544cde185f9f55deab7b0738561e0b073e765c6a (diff) | |
download | hyperkitty-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.css | 3 |
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; |