mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merge with 3.2.
This commit is contained in:
commit
4d5232ab8a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ $(document).ready(function() {
|
||||||
|
|
||||||
// get the styles from the current theme
|
// get the styles from the current theme
|
||||||
pre.parent().parent().css('position', 'relative');
|
pre.parent().parent().css('position', 'relative');
|
||||||
var hide_text = 'Hide the prompts and ouput';
|
var hide_text = 'Hide the prompts and output';
|
||||||
var show_text = 'Show the prompts and ouput';
|
var show_text = 'Show the prompts and output';
|
||||||
var border_width = pre.css('border-top-width');
|
var border_width = pre.css('border-top-width');
|
||||||
var border_style = pre.css('border-top-style');
|
var border_style = pre.css('border-top-style');
|
||||||
var border_color = pre.css('border-top-color');
|
var border_color = pre.css('border-top-color');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue