forked from lda/telodendria
Improvements to site links and stylesheet
This commit is contained in:
parent
202495aedc
commit
e0e0f667b4
2 changed files with 6 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="msg-error">
|
<div class="msg-error">
|
||||||
<b><i>Note:</i></b> <b>Telodendria</b> is under <i>heavy</i> development.
|
<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>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<b>Telodendria</b> is a Matrix homeserver implementation written from
|
<b>Telodendria</b> is a Matrix homeserver implementation written from
|
||||||
|
@ -159,7 +159,7 @@ Signify
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" style="text-align: center;">
|
<td colspan="4" style="text-align: center;">
|
||||||
No downloads here yet. See the
|
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.
|
information.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -105,7 +105,6 @@ table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
border-radius: var(--border-radius);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
|
@ -390,8 +389,11 @@ h2.Ss {
|
||||||
|
|
||||||
/* Semantic markup for command line utilities. */
|
/* Semantic markup for command line utilities. */
|
||||||
|
|
||||||
table.Nm {
|
table.Nm,
|
||||||
|
table.Nm td {
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
code.Nm {
|
code.Nm {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue