summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/sphinx_rtd_theme/static
diff options
context:
space:
mode:
authorHongyi Zhang <hongyi73.zhang@gmail.com>2015-10-02 00:26:42 +0200
committerHongyi Zhang <hongyi73.zhang@gmail.com>2015-10-02 00:26:42 +0200
commite8ea8ec857425575b7c3c7dfdce76c693d7f5b5c (patch)
tree29489ca2ca7798fbab5898358fdc9baeb1450226 /user_guide_src/source/_themes/sphinx_rtd_theme/static
parentce5734911bcfe31e0a56d6e38f625d81ceb9c1b6 (diff)
minor fixes: add back theme codes
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
Diffstat (limited to 'user_guide_src/source/_themes/sphinx_rtd_theme/static')
-rw-r--r--user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js b/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
index 17ded53f1..b77789d06 100644
--- a/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
+++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js
@@ -12,8 +12,8 @@ $(document).ready(function () {
$(document).on('click', "[data-toggle='rst-current-version']", function () {
$("[data-toggle='rst-versions']").toggleClass("shift-up");
});
- // // Make tables responsive
- // $("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");
+ // Make tables responsive
+ $("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");
// ---
// START DOC MODIFICATION BY RUFNEX
// v1.0 04.02.2015