From: Armin Ronacher Date: Fri, 26 Jul 2013 14:08:15 +0000 (+0200) Subject: Added missing margin for index logo X-Git-Tag: 1.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d6a71dec854df6e4a68998f392f7b8a4e0fd01;p=thirdparty%2Fbabel.git Added missing margin for index logo --- diff --git a/docs/_themes/babel/static/babel.css_t b/docs/_themes/babel/static/babel.css_t index e7d9dee4..bd1a1cdf 100644 --- a/docs/_themes/babel/static/babel.css_t +++ b/docs/_themes/babel/static/babel.css_t @@ -181,6 +181,7 @@ div.indexwrapper h1 { text-indent: -999999px; background: url({{ theme_index_logo }}) no-repeat center center; height: {{ theme_index_logo_height }}; + margin-bottom: 50px; } {% endif %}