srctree

Gregory Mullen parent c4fa9715 063169b9
fix html auth link position

static/main.css added: 4, removed: 13, total 0
@@ -57,20 +57,11 @@ header {
> ul {
display: flex;
justify-content: space-between;
width: 50%;
> li {
display: inline-block;
padding: 20px;
}
}
.auth {
font-size: 108%;
padding: 10px 20px 2px;
border-bottom: #7a003f solid 2px;
border-radius: 0 0 2px 2px;
display: inline-block;
margin: auto;
}
}
 
content {
 
templates/_body_header.html added: 4, removed: 13, total 0
@@ -3,5 +3,4 @@
<ul>
<!-- _nav.html -->
</ul>
<span class="auth"><!-- header.auth --></span>
</header>
 
templates/_nav.html added: 4, removed: 13, total 0
@@ -2,3 +2,4 @@
<li><a href="/user">owner</a></li>
<li><a href="/diffs">diffs</a></li>
<li><a href="/network">network</a></li>
<li><!-- header.auth --></li>