From eb0ccb8b001b2d23440d78ccc0f9d69b1e5b4c8d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 30 Nov 2011 15:58:06 -0800 Subject: [PATCH] DOC: Bold headers for Notes, Reference, etc. sections in reference docs. --- doc/source/themes/agogo/static/agogo.css_t | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 0a9e12ef..2723be72 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -689,3 +689,9 @@ td.na-bar{ font-weight: normal; font-style: normal; } + +/* Adjust doc headers such as Notes, References, etc. */ +p.rubric { + font-weight: bold; + font-size: 120%; +}