diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-07 20:44:59 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-07 20:44:59 +0200 |
commit | 6f61fb2456efcb2a815f6f02f6b207f0303b24b7 (patch) | |
tree | 41ae3bdb59ef0955ff15d48b3be55c9ac286de48 /user_guide_src/source | |
parent | 6858c0753a7221796d6a5a1d7fea93cc2f9feb2e (diff) |
Removed blue background from code examples to improve readability
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/_themes/eldocs/static/asset/css/common.css | 4 |
1 files changed, 4 insertions, 0 deletions
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, |