added dcss link to navigation. set min-width for <td> in navigation

to more evenly size nav buttons.
This commit is contained in:
gbmor 2020-05-13 23:04:52 -04:00
parent b21023d54b
commit 4628ffd4ba
2 changed files with 8 additions and 4 deletions

View File

@ -23,15 +23,18 @@
<td>
<a href="https://git.tilde.institute/">Git</a>
</td>
<td>
<a href="/stats">Stats</a>
</td>
<td>
<a href="https://twtxt.tilde.institute">twtxt</a>
</td>
<td>
<a href="https://crawl.tildeverse.org">crawl/dcss</a>
</td>
<td>
<a rel="me" href="https://tilde.zone/@tildeinstitute">Fediverse</a>
</td>
<td>
<a href="/stats">Stats</a>
</td>
<td>
<a href="/coc">CoC</a>
</td>

View File

@ -27,7 +27,7 @@ body {
vertical-align: center;
margin: 5px;
height: 1.5em;
background-color: #0B3861
background-color: #0B3861;
}
#navigation td:hover {
background-color: #045fb4;
@ -36,6 +36,7 @@ body {
display: block;
width: 100%;
text-decoration: none;
min-width: 3.5rem;
}
#navigation td a:hover {
text-decoration: none;