Skip to content

Commit 919743c

Browse files
author
Saeid Darvish
committed
fix table style - minoo template
1 parent d91a4bc commit 919743c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
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>

_templates/sphinx_minoo_theme/static/minoo-20210327.js renamed to _templates/sphinx_minoo_theme/static/minoo-20210403.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)