some more small fixes.

This commit is contained in:
creme 2020-01-19 19:27:01 +01:00
parent 59c4356fdd
commit a9edf8d52a
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ tilde.chat is meant to be a space for all tilde members to hang out, share, teac
Hang out in <strong>#meta</strong> the tilde general channel. =)
<strong>note</strong> you must register with <code>nickserv</code> to talk in <code>#meta</code>:
<code>/msg nickserv register &lt;password&gt; &lt;email&gt;<code>
<code>/msg nickserv register &lt;password&gt; &lt;email&gt;</code>
</pre>

View File

@ -128,7 +128,7 @@ tr, th, td {
padding: 0;
}
#table_pkg tbody tr:nth-child(even) {
.table_pkg tbody tr:nth-child(even) {
background: #e5e5e5;
}
@ -241,7 +241,7 @@ body.light-mode code {
color: #333;
background: #e5e5e5;
}
body.light-mode #table_pkg tbody tr:nth-child(even) {
body.light-mode .table_pkg tbody tr:nth-child(even) {
background: #e5e5e5;
}
body.light-mode input[type=button], body.light-mode input[type=submit], body.light-mode input[type=text] {
@ -297,7 +297,7 @@ body.dark-mode code {
color: #ddd;
background: #211921;
}
body.dark-mode #table_pkg tbody tr:nth-child(even) {
body.dark-mode .table_pkg tbody tr:nth-child(even) {
background: #211921;
}
body.dark-mode input[type=button], body.dark-mode input[type=submit], body.dark-mode input[type=text] {

View File

@ -26,8 +26,8 @@ include 'header.php';
<small>online: <?=$online_users?> &#124; total: <?=$total_users?></small>
</pre>
<table>
<tr><th class="tw20"></th> <th></th></tr>
<tr onclick="window.location='/users_info.json';">
<tr><th class="tw20"></th> <th></th></tr>
<td><small><i class="fa fa-info-circle fa-fw" aria-hidden="true"></i></small></td> <td><small><a href="/users_info.json">users_info.json</a></small></td>
</tr>
<tr onclick="window.location='/user_updates/';">