From 71e7eb9a0db49e21e059d48e8bfae0b1125b11a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 26 May 2013 12:41:08 +0200 Subject: [PATCH] Fix styling of math and blockquote --- doc/source/themes/scikit-image/static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/themes/scikit-image/static/css/custom.css b/doc/source/themes/scikit-image/static/css/custom.css index 85a174df..20d31501 100644 --- a/doc/source/themes/scikit-image/static/css/custom.css +++ b/doc/source/themes/scikit-image/static/css/custom.css @@ -41,6 +41,9 @@ h6 { font-size: 13px; line-height: 15px; } +blockquote { + border-left: 0; +} .logo { float: left; @@ -222,3 +225,8 @@ p.admonition-title { width: 200px; text-align: center !important; } + +/* misc */ +div.math { + text-align: center; +}