mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
responsive tables
This commit is contained in:
parent
6c05ae9376
commit
5311583bef
File diff suppressed because one or more lines are too long
|
@ -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>");
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user