commit | 6f61fb2456efcb2a815f6f02f6b207f0303b24b7 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Fri Oct 07 14:44:59 2011 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Fri Oct 07 14:44:59 2011 -0400 |
tree | 41ae3bdb59ef0955ff15d48b3be55c9ac286de48 | |
parent | 6858c0753a7221796d6a5a1d7fea93cc2f9feb2e [diff] |
Removed blue background from code examples to improve readability
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 c216c36..ec6adec 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 @@ padding: 10px 10px 8px; } +.highlight-ci{ + background:none; +} + .highlight-ci, .highlight-ee, .highlight-rst,