Skip to content

Commit

Permalink
Refs #4411. Change sphinx style and resize icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Feb 2, 2012
1 parent 046b84e commit 9c0bd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{%- block sidebarlogo %}
{%- if logo %}
<p class="logo"><a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo" width=220 height=110/>
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo" width=190 height=100/>
</a></p>
{%- endif %}
{%- endblock %}
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/docs/python/source/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ modindex_common_prefix = []

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'nature'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 9c0bd38

Please sign in to comment.