diff --git a/aspnet/conf.py b/aspnet/conf.py index 6ef7f64d4a..e0918fffa0 100644 --- a/aspnet/conf.py +++ b/aspnet/conf.py @@ -134,11 +134,11 @@ else: feed_author = 'Microsoft' def setup(app): - app.add_stylesheet('custom.css?v=5') - app.add_javascript('helpfulness.js?v=5') - app.add_javascript('disqus.js?v=5') + app.add_stylesheet('custom.css?v=6') + app.add_javascript('helpfulness.js?v=6') + app.add_javascript('disqus.js?v=6') if on_rtd: - app.add_javascript('wedc.js?v=5') + app.add_javascript('wedc.js?v=6') #html_theme = 'default' diff --git a/common/_static/custom.css b/common/_static/custom.css index b140aedf9b..ad4ef6f6a6 100644 --- a/common/_static/custom.css +++ b/common/_static/custom.css @@ -70,7 +70,7 @@ b, body { font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif color: #505050; - font-size: 13px; + font-size: 16px; line-height: 1.4em; } @@ -80,7 +80,6 @@ h1, h2, h3, h4, h5, h6, legend { } h2 { - font-size: 18px; color: #222222; } @@ -89,7 +88,6 @@ a { } p { - font-size: 13px; color: #505050; } @@ -188,9 +186,9 @@ a, a:link, a:visited { color: #2b59a9; } .rst-content h1, .rst-content h1 .headerlink { - font-size: 28px; + font-size: 36px; color: #222222; - font-weight: 400 + font-weight: 400; } .rst-content h1 a.headerlink, @@ -200,7 +198,6 @@ a, a:link, a:visited { color: #2b59a9; } } .rst-content { - font-size: 13px; font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif } @@ -274,7 +271,7 @@ a, a:link, a:visited { color: #2b59a9; } footer, footer p { color: #505050; - font-size: 13px; + font-size: 14px; } .wy-menu-vertical a span.toctree-expand, diff --git a/common/_static/helpfulness.js b/common/_static/helpfulness.js index bc69a82cc1..7f051e0b1d 100644 --- a/common/_static/helpfulness.js +++ b/common/_static/helpfulness.js @@ -20,6 +20,11 @@ init: function () { + if (this.$container == null) + { + return; + } + this.initHandlers(); this.initLoad(); }, diff --git a/common/_templates/page.html b/common/_templates/page.html index 6c3b23387a..5d187cd40e 100644 --- a/common/_templates/page.html +++ b/common/_templates/page.html @@ -7,6 +7,7 @@ {%- block body %} {{ super() }} + {% if 'index' not in pagename %}
+ {% endif %} - - {% if 'index' not in pagename %} + {% if 'index' not in pagename %} +