From e7adff7ae29348b32968bdb24b34517c296f1905 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 16 Dec 2008 19:00:24 +0000 Subject: [PATCH] removed footer margin --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40524 --- sites/scrapy.org/static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/scrapy.org/static/style/style.css b/sites/scrapy.org/static/style/style.css index 379079986..5e356f39c 100644 --- a/sites/scrapy.org/static/style/style.css +++ b/sites/scrapy.org/static/style/style.css @@ -77,7 +77,7 @@ padding:0pt 0px 5px; border-bottom:4px solid #462217;} .box .post a.more { font-size:0.8em; color:#ffe114; border-bottom:none;} .box .post a:hover.more { color:#FFF;} -#footer { margin:45px 0; color:#FFF; padding: 15px 20px; background:url('../images/footer-bg.jpg') repeat-x left top #5b2a16; border-top:1px solid #b5331a;} +#footer { margin: 45px 0 0; color:#FFF; padding: 15px 20px; background:url('../images/footer-bg.jpg') repeat-x left top #5b2a16; border-top:1px solid #b5331a;} #footer ul { list-style-type:none; margin:0 0 0 -10px; padding: 0;} #footer ul li { display: inline; padding:0 10px; border-right:1px solid #b2c0c9; } #footer ul li.last { border-right:none;}