From 2b38daafc25ff39a86821993c4aedcf2c327bc37 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 20 Sep 2010 15:55:36 +0200 Subject: playing with HTML5 --- static/css/screen.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/css/screen.css b/static/css/screen.css index 9130e89..c01c5e1 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -140,7 +140,7 @@ ul.posts { color: #aaa; } - .site .footer { + .site footer { font-size: 80%; color: #666; border-top: 4px solid #eee; @@ -148,22 +148,22 @@ ul.posts { overflow: hidden; } - .site .footer .contact { + .site footer .contact { float: left; margin-right: 3em; } - .site .footer .contact a { + .site footer .contact a { color: #8085C1; } - .site .footer .rss { + .site footer .rss { margin-top: 1.1em; margin-right: -.2em; float: right; } - .site .footer .rss img { + .site footer .rss img { border: 0; } -- cgit v1.2.3