diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-24 18:31:17 +0100 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-24 18:31:17 +0100 |
commit | a1064247ea8329c9245374d278fff5c18159373e (patch) | |
tree | 5ae2dc5d8f3f6fac8b82159ec94d0e83be7dd845 | |
parent | 8d9bb671a883204cff10ccac617f23c67c0e9729 (diff) |
attempt fix hp link
-rw-r--r-- | static/styles.css | 5 | ||||
-rw-r--r-- | template/team.html.j2 | 1 |
2 files changed, 5 insertions, 1 deletions
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 @@ <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> <div class="img-box img-none fa fa-user"> <!-- was: height="240" --> + <i class="fa fa-user"></i> <ul class="text-center"> <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a> </ul> |