Improvements to site links and stylesheet

This commit is contained in:
Jordan Bancino 2022-09-23 17:42:04 -04:00
parent 202495aedc
commit e0e0f667b4
2 changed files with 6 additions and 4 deletions

View File

@ -29,7 +29,7 @@
</p>
<div class="msg-error">
<b><i>Note:</i></b> <b>Telodendria</b> is under <i>heavy</i> development.
Please see the <a href="telodendria.7.html#PROJECT-STATUS">Project Status</a>.
Please see the <a href="telodendria.7.html#PROJECT_STATUS">Project Status</a>.
</div>
<p>
<b>Telodendria</b> is a Matrix homeserver implementation written from
@ -159,7 +159,7 @@ Signify
<tr>
<td colspan="4" style="text-align: center;">
No downloads here yet. See the
<a href="telodendria.7.html#PROJECT-STATUS">Project Status</a> for more
<a href="telodendria.7.html#PROJECT_STATUS">Project Status</a> for more
information.
</td>
</tr>

View File

@ -105,7 +105,6 @@ table {
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-radius: var(--border-radius);
}
td, th {
@ -390,8 +389,11 @@ h2.Ss {
/* Semantic markup for command line utilities. */
table.Nm {
table.Nm,
table.Nm td {
border: none;
}
code.Nm {
font-style: normal;
font-weight: bold;