formatting changes

This commit is contained in:
ahriman 2019-06-03 22:06:53 +00:00
parent 1d4558c393
commit 0523d312b8
3 changed files with 9 additions and 9 deletions

View File

@ -76,7 +76,7 @@ following; harassing recording; sustained disruption of the work of
others; and unwelcome sexual attention.</p>
<h2>5. Consequences of Unacceptable Behavior</h2>
<p>Unacceptable behavior from any community member, including those with
decision making authority or sudo, will not be tolerated.</p>
decision making authority or <code>sudo</code>, will not be tolerated.</p>
<p>Anyone asked to stop unacceptable behavior is expected to comply immediately.
If a community member engages in unacceptable behavior, the tilde.institute admins
may take any action they deem appropriate, up to and including a temporary ban

View File

@ -20,10 +20,10 @@
</div>
<div id="content">
<br />
<p><?php include("table.weekconns"); ?> unique users logged in this week (resets Saturdays 00:00 UTC)</p>
<p>Connected Users (5min):</p>
<p><code><?php include("table.weekconns"); ?></code> unique users logged in this week (resets Saturdays <code>00:00 UTC</code>)</p>
<p>Connected Users (<code>5min</code>):</p>
<?php include("table.connusers"); ?>
<p>Registered Users (1hr):</p>
<p>Registered Users (<code>1hr</code>):</p>
<?php include("table.regusers"); ?>
</div>
</div>

View File

@ -67,7 +67,7 @@ color:#cccccc;
}
a:visited {
color:#088a08;
color:#cccccc;
text-decoration: none;
}
@ -95,13 +95,13 @@ h1 {
margin-right: auto;
}
h2 {
font-size: 1.5em;
font-size: 1.4em;
}
h3 {
font-size: 1.35em;
margin-bottom: 5px;
font-size: 1.2em;
margin-bottom: -5px;
}
h4 {
font-size: 1.25em;
font-size: 1.1em;
margin-top: 5px;
}