From 6f61fb2456efcb2a815f6f02f6b207f0303b24b7 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 7 Oct 2011 14:44:59 -0400 Subject: Removed blue background from code examples to improve readability --- user_guide_src/source/_themes/eldocs/static/asset/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user_guide_src/source/_themes/eldocs') diff --git a/user_guide_src/source/_themes/eldocs/static/asset/css/common.css b/user_guide_src/source/_themes/eldocs/static/asset/css/common.css index c216c3666..ec6adec2b 100644 --- a/user_guide_src/source/_themes/eldocs/static/asset/css/common.css +++ b/user_guide_src/source/_themes/eldocs/static/asset/css/common.css @@ -134,6 +134,10 @@ fieldset{ border: 0; } padding: 10px 10px 8px; } +.highlight-ci{ + background:none; +} + .highlight-ci, .highlight-ee, .highlight-rst, -- cgit v1.2.3-24-g4f1b