Decrease website font size, fix mathjax link

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-25 00:18:33 +02:00
parent c398ea91a7
commit 4515e48a05
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,10 @@
{% block extrahead %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="css/main.css?v=2">
<style type="text/css">
body {font-size: 90%;}
</style>
{% if pagename == 'online/index_full' %}
<link rel="stylesheet" type="text/css" href="css/cupertino/jquery-ui-1.9.2.custom.css">
<script language="javascript" type="text/javascript" src="lib/LAB.js"></script>

View File

@@ -63,6 +63,8 @@ index_doc = "index"
numpydoc_show_class_members = False
mathjax_path = 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -177,7 +179,7 @@ edit_on_github_path_prefix = 'Web'
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path.
#html_style = 'Coolprop.css'
#html_style = 'CoolProp2.css'
# 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