From 9f42ead8f1931bd1a0172f3f2322ac7089352aaf Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Mon, 6 Jun 2011 10:16:50 -0500 Subject: Adding links to footer of pages, fixes #2 --- style.dev.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'style.dev.css') 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; } -- cgit v1.2.3-59-ga6da