[Python-checkins] devguide: Merge

antoine.pitrou python-checkins at python.org
Mon Jan 24 01:06:01 CET 2011


antoine.pitrou pushed 8cc4acfcdf87 to devguide:

http://hg.python.org/devguide/rev/8cc4acfcdf87
changeset:   195:8cc4acfcdf87
parent:      193:35eaa2a416e0
parent:      194:4f0cd60abadc
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Jan 24 01:04:51 2011 +0100
summary:
  Merge

files:
  

diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -100,9 +100,9 @@
 # documentation.
 html_theme_options = {
  'headtextcolor':    '#a37e00',
- 'linkcolor':        '#008000',
- 'visitedlinkcolor': '#205020',
- 'sidebarlinkcolor': '#ec9400',
+ 'linkcolor':        '#054f9c',
+ 'visitedlinkcolor': '#666677',
+ 'sidebarlinkcolor': '#f39e00',
  'sidebartextcolor': 'white',
  'relbarlinkcolor':  'white',
  'textcolor':        'white',

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list