chat/matrix: table size fix

This commit is contained in:
creme 2021-07-25 19:44:45 +02:00
parent 76bd38835f
commit 6a00b6e96a
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ our envs.net matrix instance provides an federated irc bridge to <a href="https:
</pre>
<p></p>
<table>
<tr><th class="tw100"></th> <th></th></tr>
<tr><th class="tw160"></th> <th></th></tr>
<tr>
<td>network name:</td> <td>irc.tilde.chat</td>
</tr>

View File

@ -137,11 +137,11 @@ tr, th, td {
.tw20 { width: 20px; }
.tw25 { width: 25px; }
.tw80 { width: 80px; }
.tw90 { width: 90px; }
.tw100 { width: 100px; }
.tw110 { width: 110px; }
.tw130 { width: 130px; }
.tw140 { width: 140px; }
.tw160 { width: 150px; }
.tw280 { width: 280px; }