aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/styles.css5
-rw-r--r--template/team.html.j21
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 {
116 116
117.profile .img-none { 117.profile .img-none {
118 border: dashed 1px #eee; 118 border: dashed 1px #eee;
119 color: #eee;
120 text-align: center; 119 text-align: center;
120}
121
122.profile .img-none i.fa {
123 color: #eee;
121 font-size: 8em; 124 font-size: 8em;
122} 125}
123 126
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 @@
125 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile"> 125 <div class="col-lg-3 col-md-3 col-sm-4 col-12 profile">
126 <div class="img-box img-none fa fa-user"> 126 <div class="img-box img-none fa fa-user">
127 <!-- was: height="240" --> 127 <!-- was: height="240" -->
128 <i class="fa fa-user"></i>
128 <ul class="text-center"> 129 <ul class="text-center">
129 <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a> 130 <a href="http://my.pages.de"><li><i class="fas fa-home"></i></li></a>
130 </ul> 131 </ul>