aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html7
-rw-r--r--scripts/templates/index-tail11
-rw-r--r--style.css2
-rw-r--r--style.dev.css16
4 files changed, 29 insertions, 7 deletions
diff --git a/index.html b/index.html
index da192ab..77f6495 100644
--- a/index.html
+++ b/index.html
@@ -50,8 +50,13 @@
<li>I may choose at any time to restrict access to networks or rate limit or block any network, host, or IP address.</li>
</ul>
</div>
- <div class="footer">
+ <div id="footer">
+ <div class="footer-left">
+ <p><a href='http://time.mattrude.com'>Home</a> | <a href='/status/'>Status</a> | Documentation | <a href='https://github.com/mattrude/time.mattrude.com'>Source</a>
+ </div>
+ <div class="footer-right">
<p>Copyright &copy; 2009 &mdash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></p>
+ </div>
</div>
</div>
</body>
diff --git a/scripts/templates/index-tail b/scripts/templates/index-tail
index d6134f2..4dcdf53 100644
--- a/scripts/templates/index-tail
+++ b/scripts/templates/index-tail
@@ -1,8 +1,13 @@
<p>
</div>
-<div class="footer">
- <p>Copyright &copy; 2009 &mdash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></p>
-</div>
+ <div id="footer">
+ <div class="footer-left">
+ <p><a href='http://time.mattrude.com'>Home</a> | <a href='/status/'>Status</a> | Documentation | <a href='https://github.com/mattrude/time.mattrude.com'>Source</a>
+ </div>
+ <div class="footer-right">
+ <p>Copyright &copy; 2009 &mdash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></p>
+ </div>
+ </div>
</div>
</body>
</html>
diff --git a/style.css b/style.css
index 439d60f..3fc7603 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;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{text-align:center}h2{font-weight:normal;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}a{text-decoration:none}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:underline}.footer{font-size:80%;text-align:right;border-top:1px solid #CCC}img{border-width: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;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{text-align:center}h2{font-weight:normal;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}a{text-decoration:none}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:underline}#footer{font-size:80%;border-top:1px solid #CCC}.footer-left{text-align:left;float:left;width:49%}.footer-right{display:block;text-align:right;float:right;width:49%}img{border-width: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 9edb4c0..467ee68 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -47,12 +47,24 @@ a:hover {
text-decoration: underline;
}
-.footer {
+#footer {
font-size: 80%;
- text-align: right;
border-top: 1px solid #CCC;
}
+.footer-left {
+ text-align: left;
+ float: left;
+ width: 49%;
+}
+
+.footer-right {
+ display: block;
+ text-align: right;
+ float: right;
+ width: 49%;
+}
+
img {
border-width: 0px;
}