From a1064247ea8329c9245374d278fff5c18159373e Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sun, 24 Feb 2019 18:31:17 +0100 Subject: attempt fix hp link --- static/styles.css | 5 ++++- template/team.html.j2 | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 61be8e2c..2a3a5598 100644 --- a/static/styles.css +++ b/static/styles.css @@ -116,8 +116,11 @@ h6.description { .profile .img-none { border: dashed 1px #eee; - color: #eee; text-align: center; +} + +.profile .img-none i.fa { + color: #eee; font-size: 8em; } diff --git a/template/team.html.j2 b/template/team.html.j2 index c7e5c95f..900e987b 100644 --- a/template/team.html.j2 +++ b/template/team.html.j2 @@ -125,6 +125,7 @@
+
-- cgit v1.2.3