From 5e95e405130e98b034ba4d098743d08e83344557 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux <gael.varoquaux@normalesup.org> Date: Thu, 8 Aug 2013 00:19:02 +0200 Subject: [PATCH] DOC: fix CSS bug --- doc/themes/scikit-learn/static/nature.css_t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/themes/scikit-learn/static/nature.css_t b/doc/themes/scikit-learn/static/nature.css_t index 242922102d..41f5657df6 100644 --- a/doc/themes/scikit-learn/static/nature.css_t +++ b/doc/themes/scikit-learn/static/nature.css_t @@ -870,11 +870,14 @@ div.carousel>.carousel-inner>.item { div.carousel img { max-height: 70px; - max-width: 50%; background-color: #fff; margin: auto; } +div#testimonials_carousel img { + max-width: 50%; +} + div#testimonials_carousel { height: 120px; } -- GitLab