fixed exploritory formatting
This commit is contained in:
parent
e55b144771
commit
536afe563e
1 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,9 @@
|
|||
<div id="bottom-image" style='min-height: 1200px'>
|
||||
<div id="middle-image" style='min-height: 1200px'>
|
||||
<div id="top-image" style='min-height: 1200px'>
|
||||
<div class='notebook-container' style='float:center; max-width: 800px; margin-left:auto; margin-right:auto; background-color:white' >
|
||||
<div class='notebook-container' style='float:center; max-width: 800px; margin-left:auto; margin-right:auto; background-color:white; color:black; padding:10px;' >
|
||||
|
||||
<div id='buttons' style='color:black'></div>
|
||||
{{ body | safe }}
|
||||
<div id="disqus_thread"></div>
|
||||
</div>
|
||||
|
|
@ -22,7 +24,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var button_html = '<button id="output-html-btn">toggle tables</button> <button id="show-code-btn">toggle code</button>'
|
||||
|
||||
var button_html = '<button id="output-html-btn">toggle data tables</button> <button id="show-code-btn">toggle code</button>'
|
||||
|
||||
$('#buttons').html(button_html)
|
||||
$('.prompt').hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue