From 40e28e2e4c40fd47075af16d3b52b799d94b45d2 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 28 May 2011 13:37:45 -0500 Subject: move footer to right side of screen --- index.html | 6 ++++-- style.dev.css | 4 ++-- 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 @@
  • I may choose at any time to restrict access to networks or rate limit or block any network, host, or IP address.
  • -
    -

    Copyright © 2009 ‐ 2011 by Matt Rude

    + +
    + 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 { -- cgit v1.2.3-59-ga6da