diff options
author | ahriman <ahriman@falte.red> | 2019-06-03 22:06:53 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-06-03 22:06:53 +0000 |
commit | 0523d312b8b74d880bd23c734dfd2880d060022d (patch) | |
tree | 924dbf78f6ec311cd24448c35b183832b4b32491 | |
parent | 1d4558c3930d640a2042282fb425732fd0bcb81d (diff) | |
download | site-0523d312b8b74d880bd23c734dfd2880d060022d.tar.gz |
formatting changes
-rw-r--r-- | coc.html | 2 | ||||
-rw-r--r-- | stats.php | 6 | ||||
-rw-r--r-- | tilde.css | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/coc.html b/coc.html index ab2c076..21f6f3b 100644 --- a/coc.html +++ b/coc.html @@ -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 diff --git a/stats.php b/stats.php index 3426601..a8445a6 100644 --- a/stats.php +++ b/stats.php @@ -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> diff --git a/tilde.css b/tilde.css index 147606e..b8a7368 100644 --- a/tilde.css +++ b/tilde.css @@ -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; } |