From 07230c166385103ffc4a9643eb7716064cddfabb Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Tue, 27 Sep 2011 11:20:22 +0200 Subject: [PATCH] BF: Make figure captions look different than regular text --- sphinx/_static/neurodebian.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css index 19fd8cf..e5e3d06 100644 --- a/sphinx/_static/neurodebian.css +++ b/sphinx/_static/neurodebian.css @@ -380,6 +380,8 @@ div.body p, div.body dd, div.body li { div.body p.caption { text-align: inherit; + font-size: 95%; + font-style: italic; } div.body td { -- 2.39.5