diff --git a/html/index.html b/html/index.html
index d66f2f7346d91ae815cb4ab0bd04d4a9f1a4377c..7e28ff363a8d41a5920e9c9047ec326cfc1b50d0 100644
--- a/html/index.html
+++ b/html/index.html
@@ -66,7 +66,6 @@ colnum.set("{{.Name}}",{col: "{{.DepCount}}", row: "{{.Row}}"});
       <h3><span class="pointicon"></span><span id="detailpoints" class="firamono"></span></h3>
       <a id="challuri" class="challengelink" style="display: none;">Zur Challenge!</a>
       </br>
-      <a id="challauthor" style="display: none;"></a>
       <div id="detaildescription"></div>
       <div id="flagsubmitmsg"></div>
       <div id="detailform">
@@ -78,6 +77,8 @@ colnum.set("{{.Name}}",{col: "{{.DepCount}}", row: "{{.Row}}"});
         <div id="solutioninnerdiv"></div>
       </div>
       <span id="checkloading" class="loadingbar" style="display: none;"></span>
+      <a class="challauthor">by </a>
+      <a class="challauthor" id="challauthor" style="display: none;"></a>
     </dialog>
 
 {{ template "footer" . }}
diff --git a/html/static/style.css b/html/static/style.css
index 41d33a6eb4d0a0f012ab056a0fc475c70646e350..d66dd2611560a28ca7306263fe19bd9b7831abb8 100644
--- a/html/static/style.css
+++ b/html/static/style.css
@@ -453,6 +453,11 @@ menu {
     color: #14b967;
 }
 
+.challauthor {
+    position: relative;
+    color: #4d4d4d;
+}
+
 /* Code stuff */
 pre > code.sourceCode { white-space: pre; position: relative; }
 pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }