From a8deb9f2a7229cce7a065af3eaeef0b4dfe0388b Mon Sep 17 00:00:00 2001 From: Brent Lagerman Date: Sun, 17 Jun 2012 00:17:17 -0400 Subject: [PATCH] simplifying the credit styles --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 1377a31..3a55a1e 100644 --- a/style.css +++ b/style.css @@ -187,8 +187,7 @@ Author URI: http://mimoymima.com/ #footer { clear: both; padding-bottom: 20px; text-align: right; } /* Credit */ - #footer #site-credit { font-size: .9em; clear: both; } - #footer #site-credit a { letter-spacing: 1px; } + #footer #site-credits a { letter-spacing: 1px; } /*--------------------------------------------------------------------------------------------------*/