From 6a29f5181c32a977bbc7a502246a93a55e8c7fc2 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 28 May 2011 14:04:20 -0500 Subject: move the line to css --- index.html | 4 ---- style.css | 2 +- style.dev.css | 5 +++++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index caeef69..878f7d8 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,10 @@

time.mattrude.com

Welcome to my public timeserver. This site, time.mattrude.com, is a cluster of two ntp timeservers hosted by Rackspace in Dallas TX.

pool.ntp.org

-

These servers are part of the NTP Pool and are avalable to the public for synchronizing computer time over the internet. Please do not directly configure a system to only use these servers.

The NTP Pool project is a big virtual cluster of timeservers providing reliable easy to use NTP service for millions of clients.

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.

Server Status

-

Both of these servers are running as stratum 2 timeservers, with a maximum offset of 10ms.

@@ -28,7 +26,6 @@

Acceptable use policy

-

Who may use these servers?

  • Desktops and laptops
  • @@ -53,7 +50,6 @@
-
diff --git a/style.css b/style.css index a09a1a2..b64e8a8 100644 --- a/style.css +++ b/style.css @@ -1 +1 @@ -body{color:black;background:#fff;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif;text-align:center;margin:0;font-size:.90em}#content{color:black;background:#fff;margin-top:.5em;margin-bottom:.5em;margin-right:auto;margin-left:auto;padding:1em;line-height:1.3em;text-align:left;max-width:800px;min-width:740px;position:relative}#title{display:none}h1.c1,h2,h3{line-height:1em}h1,h2{margin:.5em 0 0 0;padding:.5ex 0 .2em 0}h2{font-weight:normal}p.motto{font-style:italic;font-weight:normal;font-size:110%}h4.c1{text-align:center}dt.c1{font-size:120%;font-weight:bold}p.toc_head{font-weight:bold}dt.c3{font-size:120%;font-weight:bold}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:none;background:#4183c4;color:#fff}p.c1{text-align:right}p.c2{text-align:center}ol{list-style-type:upper-alpha}.footer{font-size:80%;text-align:right}img{border-width:0}input,select,option{font-size:13px;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif}th{background:#ccc;color:inherit}hr{color:inherit;background-color:#ccc;height:1px;border:0}.center{text-align:center}.big{font-size:larger}.small{font-size:small}pre{font:.85em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace;width:auto;overflow:auto;background-color:#eee;color:inherit;border:1px solid #999;line-height:1.3em;padding:1.2ex}code{font:.97em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace}fieldset{border:1px dotted #bedce7;padding:10px 15px;color:inherit}h1 a{text-decoration:none} \ No newline at end of file +body{color:black;background:#fff;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif;text-align:center;margin:0;font-size:.90em}#content{color:black;background:#fff;margin-top:.5em;margin-bottom:.5em;margin-right:auto;margin-left:auto;padding:1em;line-height:1.3em;text-align:left;max-width:800px;min-width:740px;position:relative}#title{display:none}h1.c1,h2,h3{line-height:1em}h1,h2{margin:.5em 0 0 0;padding:.5ex 0 .2em 0}h2{font-weight:normal;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}p.motto{font-style:italic;font-weight:normal;font-size:110%}h4.c1{text-align:center}dt.c1{font-size:120%;font-weight:bold}p.toc_head{font-weight:bold}dt.c3{font-size:120%;font-weight:bold}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:none;background:#4183c4;color:#fff}p.c1{text-align:right}p.c2{text-align:center}ol{list-style-type:upper-alpha}.footer{font-size:80%;text-align:right;border-top:1px solid #CCC}img{border-width:0}input,select,option{font-size:13px;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif}th{background:#ccc;color:inherit}hr{color:inherit;background-color:#ccc;height:1px;border:0}.center{text-align:center}.big{font-size:larger}.small{font-size:small}pre{font:.85em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace;width:auto;overflow:auto;background-color:#eee;color:inherit;border:1px solid #999;line-height:1.3em;padding:1.2ex}code{font:.97em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace}fieldset{border:1px dotted #bedce7;padding:10px 15px;color:inherit}h1 a{text-decoration:none} \ No newline at end of file diff --git a/style.dev.css b/style.dev.css index 47c7a57..f1fb63c 100644 --- a/style.dev.css +++ b/style.dev.css @@ -37,6 +37,10 @@ h1,h2 { h2 { font-weight: normal; +margin-bottom: 8px; +padding: 2px; +padding-top: 10px; +border-bottom: 1px solid #CCC; } p.motto { @@ -90,6 +94,7 @@ ol { .footer { font-size: 80%; text-align: right; + border-top: 1px solid #CCC; } img { -- cgit v1.2.3-59-ga6da