Skip to content
Snippets Groups Projects
Verified Commit 8e325155 authored by Jonas Röger's avatar Jonas Röger
Browse files

Changed author display style

parent 54d4785d
No related branches found
No related tags found
1 merge request!11Changed author display style
Pipeline #1766 passed with warnings
......@@ -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" . }}
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment