From 33c193ac9ee193b0cbc431067e9c0e60477234a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 20 Dec 2013 13:30:51 +0000 Subject: [PATCH] remove _static folder and adjust some color git-svn-id: http://svn.code.sf.net/p/pyx/code/trunk/pyx@3579 a4f5e268-e194-4f32-bce1-d30804cbbcc5 --- manual/conf.py | 2 +- manual/theme/pyx/static/pyx.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/conf.py b/manual/conf.py index 7d1ca427..5624fceb 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -123,7 +123,7 @@ html_logo = '../www/png/pyxlogo.png' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/manual/theme/pyx/static/pyx.css b/manual/theme/pyx/static/pyx.css index 8ad27427..82a9dca4 100644 --- a/manual/theme/pyx/static/pyx.css +++ b/manual/theme/pyx/static/pyx.css @@ -224,7 +224,7 @@ div.seealso { } div.topic { - background-color: #eee; + background-color: #eed; } div.warning { -- 2.11.4.GIT