aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-28 13:37:45 -0500
committerMatt Rude <[email protected]>2011-05-28 13:37:45 -0500
commit40e28e2e4c40fd47075af16d3b52b799d94b45d2 (patch)
tree84bf4a5d2631e317cc541a68af9c6073d77fa58c
parentf19756e3aefaa8d0bad133a061443db3fedf7a32 (diff)
downloadtime.mattrude.com-40e28e2e4c40fd47075af16d3b52b799d94b45d2.tar.gz
time.mattrude.com-40e28e2e4c40fd47075af16d3b52b799d94b45d2.tar.bz2
time.mattrude.com-40e28e2e4c40fd47075af16d3b52b799d94b45d2.zip
move footer to right side of screen
-rw-r--r--index.html6
-rw-r--r--style.dev.css4
2 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html
index c367c99..0f486ed 100644
--- a/index.html
+++ b/index.html
@@ -54,8 +54,10 @@
<li>I may choose at any time to restrict access to networks or rate limit or block any network, host, or IP address.</li>
<!--<li>Advanced security is available using <a href="/autokey">Autokey</a> but we make no guarantee that is completely secure.</li>-->
</ul>
- <hr></hr>
- <p><small>Copyright &copy; 2009 &dash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></small></p>
+ </div>
+ <hr></hr>
+ <div class="footer">
+ <p>Copyright &copy; 2009 &dash; 2011 by <a href='http://mattrude.com'>Matt Rude</a></p>
</div>
</div>
</body>
diff --git a/style.dev.css b/style.dev.css
index ff50d01..47c7a57 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -87,9 +87,9 @@ ol {
list-style-type: upper-alpha;
}
-p.footer {
+.footer {
font-size: 80%;
- font-style: italic;
+ text-align: right;
}
img {