From: Armin Ronacher Date: Tue, 6 May 2008 10:27:16 +0000 (+0200) Subject: and another small style update for the docs X-Git-Tag: 2.0rc1~90 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2f3a3b0f1016daa74951a432aeeb067cd8cb803;p=jinja2.git and another small style update for the docs --HG-- branch : trunk --- diff --git a/docs/_static/style.css b/docs/_static/style.css index b4d1da5..1068a33 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -26,7 +26,7 @@ div.header { div.relnav { border-bottom: 1px solid #ACACAC; background: url(navigation.png); - padding: 2px 20px 0 28px; + padding: 2px 20px 0 38px; line-height: 25px; color: #aaa; font-size: 12px; @@ -45,8 +45,8 @@ div.relnav a:hover { #content { background-color: white; color: #111; - background-image: url(watermark.png); - padding: 0 0 10px 0; + background: url(watermark.png) -110px 0; + padding: 0; margin: 0; } @@ -56,7 +56,7 @@ h1 { } h1.heading { - margin: 0 0 0 10px; + margin: 0 0 0 20px; padding: 0; height: 80px; background: url(jinjabanner.png) no-repeat; @@ -93,8 +93,10 @@ h2.plain { #contentwrapper { max-width: 700px; padding: 0 18px 20px 18px; + margin: 0 0 0 10px; border-right: 1px solid #eee; - background: url(watermark_blur.png) 0 -114px; + border-left: 1px solid #eee; + background: url(watermark_blur.png) -120px -114px; } #contentwrapper h3, diff --git a/docs/_static/watermark_blur.png b/docs/_static/watermark_blur.png index 4d127a6..6f68683 100644 Binary files a/docs/_static/watermark_blur.png and b/docs/_static/watermark_blur.png differ