From 935f252e5564af79e450fff7a3f9863edadb08eb Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 21 Oct 2010 22:46:26 -0400 Subject: [PATCH] "slight" colorscheme tune up for testimonials --- sphinx/_static/neurodebian.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css index e1cebba..2280426 100644 --- a/sphinx/_static/neurodebian.css +++ b/sphinx/_static/neurodebian.css @@ -665,14 +665,15 @@ img.logo { blockquote.epigraph { padding: 0 1em 0 1em; - background-color: #f2f2f2; - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; + background-color: #faf2e9; + border-top: 1px solid #ad7a35; + border-bottom: 1px solid #ad7a35; font-style: italic; } blockquote.epigraph p { margin: 0.2em 0 0.2em 0; + font-size: 90%; } p.attribution { -- 2.39.5