diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2016-03-13 09:41:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2016-03-13 09:41:45 (GMT) |
commit | 4c9375b65f4788b73cfa46f3daa94143b49273fa (patch) | |
tree | 169384668d419f4831a1a47cb8a151dc2850371b /Doc/tools | |
parent | 5f6209a3c60e2b7065c1a8466fbf66268a1dbace (diff) | |
parent | f2b9a398133a291a6f0fd42d8a9e42b8ded605fb (diff) | |
download | cpython-4c9375b65f4788b73cfa46f3daa94143b49273fa.zip cpython-4c9375b65f4788b73cfa46f3daa94143b49273fa.tar.gz cpython-4c9375b65f4788b73cfa46f3daa94143b49273fa.tar.bz2 |
#24918: merge with 3.5.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/pydoctheme/static/pydoctheme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css index 50835bb..e24043f 100644 --- a/Doc/tools/pydoctheme/static/pydoctheme.css +++ b/Doc/tools/pydoctheme/static/pydoctheme.css @@ -176,3 +176,8 @@ div.footer a:hover { .stableabi { color: #229; } + +.highlight { + background: none !important; +} + |