diff --git a/doc/source/_static/scikits_image_logo_small.png b/doc/source/_static/scikits_image_logo_small.png new file mode 100644 index 00000000..efd71678 Binary files /dev/null and b/doc/source/_static/scikits_image_logo_small.png differ diff --git a/doc/source/conf.py b/doc/source/conf.py index 34694a1d..c9959dd4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -123,7 +123,7 @@ html_title = 'scikits.image v%s docs' % version # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "scikits_image_logo_small.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/doc/source/themes/agogo/static/agogo.css_t b/doc/source/themes/agogo/static/agogo.css_t index 41aebe30..99d44d62 100644 --- a/doc/source/themes/agogo/static/agogo.css_t +++ b/doc/source/themes/agogo/static/agogo.css_t @@ -584,7 +584,7 @@ pre { background-color: {{ theme_codebgcolor }}; color: {{ theme_codetextcolor }}; line-height: 120%; - border: 1px solid #ac9; + border: 0px solid #ac9; border-left: none; border-right: none; }