From ad2c2368a7ca4c014b442896b9332933f67c09c5 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 30 Dec 2008 11:25:42 +0000 Subject: [PATCH] using small gray badge --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40582 --- sites/scrapy.org/static/style/style.css | 6 +++--- sites/scrapy.org/templates/footer.html | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sites/scrapy.org/static/style/style.css b/sites/scrapy.org/static/style/style.css index 990b0f288..e09ea3f6c 100644 --- a/sites/scrapy.org/static/style/style.css +++ b/sites/scrapy.org/static/style/style.css @@ -58,7 +58,7 @@ p { line-height:1.5em; } } #body { - padding-bottom: 45px; + padding-bottom: 35px; } #content-wrapper { @@ -80,7 +80,7 @@ p { line-height:1.5em; } position: absolute; bottom: 0; width: 100%; - height: 45px; + height: 35px; border-top: 1px solid #b5331a; background: url('../images/footer-bg.jpg') repeat-x left top #5b2a16; } @@ -116,7 +116,7 @@ p { line-height:1.5em; } #footer p { margin: 10px 20px; - line-height: 25px; + line-height: 15px; font-size: .85em; color: #fff; } diff --git a/sites/scrapy.org/templates/footer.html b/sites/scrapy.org/templates/footer.html index c2784dc69..50fe1be03 100644 --- a/sites/scrapy.org/templates/footer.html +++ b/sites/scrapy.org/templates/footer.html @@ -1,6 +1,10 @@