diff options
author | Georg Brandl <georg@python.org> | 2012-03-25 18:31:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-25 18:31:57 (GMT) |
commit | ab7121430e8ef7106582b1abe0d6a900f62f22ce (patch) | |
tree | 21473497f8eaf980993377c5bae496c51dafe4f2 /Doc/tools/sphinxext/static | |
parent | 11ee31ab08841b9479fe92e34c64bb95c7e1e47c (diff) | |
download | cpython-ab7121430e8ef7106582b1abe0d6a900f62f22ce.zip cpython-ab7121430e8ef7106582b1abe0d6a900f62f22ce.tar.gz cpython-ab7121430e8ef7106582b1abe0d6a900f62f22ce.tar.bz2 |
Switch to new "lighter" doc design.
Diffstat (limited to 'Doc/tools/sphinxext/static')
-rw-r--r-- | Doc/tools/sphinxext/static/copybutton.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/static/copybutton.js b/Doc/tools/sphinxext/static/copybutton.js index a3b1099..5d82c67 100644 --- a/Doc/tools/sphinxext/static/copybutton.js +++ b/Doc/tools/sphinxext/static/copybutton.js @@ -17,7 +17,8 @@ $(document).ready(function() { 'cursor':'pointer', 'position': 'absolute', 'top': '0', 'right': '0', 'border-color': border_color, 'border-style': border_style, 'border-width': border_width, 'color': border_color, 'text-size': '75%', - 'font-family': 'monospace', 'padding-left': '0.2em', 'padding-right': '0.2em' + 'font-family': 'monospace', 'padding-left': '0.2em', 'padding-right': '0.2em', + 'border-radius': '0 3px 0 0' } // create and add the button to all the code blocks that contain >>> |