summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-26 16:08:15 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-26 16:08:15 +0200
commit74d6a71dec854df6e4a68998f392f7b8a4e0fd01 (patch)
tree08d882327b4bad46da3a7daf257811c3390f5777
parent0ecb3971b1b4fc8fd48df1df1a8f1fe05bd3a5aa (diff)
downloadbabel-74d6a71dec854df6e4a68998f392f7b8a4e0fd01.tar.gz
Added missing margin for index logo
-rw-r--r--docs/_themes/babel/static/babel.css_t1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_themes/babel/static/babel.css_t b/docs/_themes/babel/static/babel.css_t
index e7d9dee..bd1a1cd 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 %}