responsive tables

This commit is contained in:
Dave Snider 2013-10-30 10:14:23 -07:00
parent 6c05ae9376
commit 5311583bef
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,5 +11,6 @@ $( document ).ready(function() {
});
$("[data-toggle='rst-current-version']").click(function() {
$("[data-toggle='rst-versions']").toggleClass("shift-up");
});
});
$("table.docutils:not(.field-list").wrap("<div class='wy-table-responsive'></div>");
});