aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-28 11:56:16 -0500
committerMatt Rude <[email protected]>2011-05-28 11:56:16 -0500
commit060fede8a7e90f4f64ba94c3a1655e7410c9dcf1 (patch)
treec0e3d0229030d984176a86c1bef9c065d65d42e4
parent7f90224d08166c74a864de2d223d068895fd68ee (diff)
downloadtime.mattrude.com-060fede8a7e90f4f64ba94c3a1655e7410c9dcf1.tar.gz
time.mattrude.com-060fede8a7e90f4f64ba94c3a1655e7410c9dcf1.tar.bz2
time.mattrude.com-060fede8a7e90f4f64ba94c3a1655e7410c9dcf1.zip
Small styling updates
-rw-r--r--index.html8
-rw-r--r--style.css14
2 files changed, 20 insertions, 2 deletions
diff --git a/index.html b/index.html
index 473d2d2..82552c5 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
+<div id="content">
<div id="primary" class="main">
<center><h1>time.mattrude.com</h1></center>
<p>Welcome to my public timeserver. This site, time.mattrude.com, is a cluster of two <a href='http://ntp.org'>ntp</a> timeservers hosted by <a href='http://rackspacecloud.com'>Rackspace</a> in Dallas TX.</p>
@@ -15,8 +16,10 @@
<p>The pool is being used by millions or tens of millions of systems around the world. It's the default "time server" for most of the major Linux distributions and many networked appliances.</p>
<p>Both of these servers are running as <a href='http://en.wikipedia.org/wiki/Network_Time_Protocol#Clock_strata'>stratum 2</a> timeservers, with a maximum offset of 20ms.</p>
<div id='offset_graphs'>
- <a href='http://www.pool.ntp.org/scores/174.143.169.159'><img src='http://www.pool.ntp.org/scores/174.143.169.159/graph/offset.png'></a>
- <a href='http://www.pool.ntp.org/scores/174.143.174.61'><img src='http://www.pool.ntp.org/scores/174.143.174.61/graph/offset.png'></a>
+ <center>
+ <a href='http://www.pool.ntp.org/scores/174.143.169.159'><img src='http://www.pool.ntp.org/scores/174.143.169.159/graph/offset.png' height='162px' width='390px'></a>
+ <a href='http://www.pool.ntp.org/scores/174.143.174.61'><img src='http://www.pool.ntp.org/scores/174.143.174.61/graph/offset.png' height='162px' width='390px'></a>
+ </center>
</div>
<p>You may also view the current status of <a href='http://time.mattrude.com/logs/ntp-stats-kirby.log'>Kirby</a> &amp; <a href='http://time.mattrude.com/logs/ntp-stats-twyla.log'>Twyla</a>'s client files, or the pool's <a href='http://time.mattrude.com/logs/pool_status.txt'>running status</a>.
@@ -38,4 +41,5 @@
<!--<li>Advanced security is available using <a href="/autokey">Autokey</a> but we make no guarantee that is completely secure.</li>-->
</ul>
</div>
+</div>
</body>
diff --git a/style.css b/style.css
index c9cb091..92ac13c 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,17 @@
+#content {
+ color: black;
+ background: white;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ margin-right: auto;
+ margin-left: auto;
+ padding: 1em;
+ line-height: 1.3em;
+ text-align: left;
+ max-width: 800px;
+ min-width: 740px;
+ position: relative;
+}
body {
color: black;
font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif;