File tree Expand file tree Collapse file tree
_templates/sphinx_minoo_theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 </ script >
100100{% endif %}
101101
102- < script type ="text/javascript " src ="{{ pathto('_static/minoo-20210327 .js', 1) }} "> </ script >
102+ < script type ="text/javascript " src ="{{ pathto('_static/minoo-20210403 .js', 1) }} "> </ script >
103103< script type ="text/javascript " src ="{{ pathto('_static/modernizr.min.js', 1) }} "> </ script >
104104
105105 < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $( document ).ready(function() {
3838 $ ( "div[class^='first highlight-']" ) . wrap ( "<div class='h-scroll'></div>" ) ;
3939 $ ( "table.docutils" ) . addClass ( "table table-bordered" ) ;
4040 $ ( "img" ) . addClass ( "img-responsive" ) ;
41- $ ( "table" ) . wrap ( "<div class='table-responsive'></div>" ) ;
41+ $ ( "table" ) . parent ( ) . wrap ( "<div class='table-responsive'></div>" ) ;
4242
4343 $ ( "table.hlist" ) . unwrap ( ) ;
4444 $ ( "table.docutils.footnote" ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments