From 199e0b332505fc705de080eed8257edb5435958a Mon Sep 17 00:00:00 2001 From: Robert Lehmann Date: Wed, 29 Feb 2012 18:26:43 +0100 Subject: [PATCH] Highlight generic admonitions in Pyramid theme. --- sphinx/themes/pyramid/static/pyramid.css_t | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t index beb48a74d..df626d624 100644 --- a/sphinx/themes/pyramid/static/pyramid.css_t +++ b/sphinx/themes/pyramid/static/pyramid.css_t @@ -220,6 +220,14 @@ div.admonition p.admonition-title + p { display: inline; } +div.admonition { + background: #eeeeec; + border: 2px solid #babdb6; + border-right-style: none; + border-left-style: none; + padding: 10px 20px 10px 60px; +} + div.highlight{ background-color: white; }