From 5213edd47c10e49118f05edf729d5081857836f4 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 31 Mar 2012 02:57:52 +0200 Subject: [PATCH] Remove the standard footer CSS --- static/css/style.css | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8c29b41..227de1f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -46,7 +46,7 @@ h3 { } h4 { - font-size: 1.25em; + font-size: 1.25em; margin: 0.8em 0 0.2em; } @@ -59,20 +59,9 @@ a:hover, a:focus { } -footer ul, -nav ul { - display: inline; -} - -footer ul li, -nav ul li { - display: inline-block; -} - - -/* +/* ---------- - - HEADER - + - HEADER - ---------- */ body > header { @@ -95,7 +84,7 @@ body > header h1 a { transition: background 0.5s linear; } -body > header h1 a:hover, +body > header h1 a:hover, body > header h1 a:focus { background: url(img/logo-hover.png) no-repeat top left; color: transparent;