From: Frédéric Péters Date: Wed, 11 Sep 2013 10:42:20 +0000 (+0200) Subject: bits of styling for footer menu X-Git-Tag: v2021~852 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=d861224c0c6547ea4c0bd3adfab54f99beffeae4 bits of styling for footer menu --- diff --git a/panikweb_templates/static/css/specifics.css b/panikweb_templates/static/css/specifics.css index 9656ad7..740ef70 100644 --- a/panikweb_templates/static/css/specifics.css +++ b/panikweb_templates/static/css/specifics.css @@ -261,6 +261,18 @@ body{ border-top:2px solid #333; background:#333; color:white; + padding-top: 2em; +} + +#Footer ul { +} + +#Footer ul li { + padding-right: 2em; +} + +#Footer a:hover { + opacity:0.6; } /* PANIK LOGO */