##// END OF EJS Templates
Merge pull request #5212 from ahmadia/ahmadia/div_layout_fix...
Min RK -
r15451:97dfebfc merge
parent child Browse files
Show More
@@ -59,6 +59,7 b' In [{{ cell.prompt_number }}]:'
59 59 {% endblock output %}
60 60
61 61 {% block markdowncell scoped %}
62 <div class="cell border-box-sizing text_cell">
62 63 <div class="input">
63 64 {{ self.empty_in_prompt() }}
64 65 <div class="inner_cell">
@@ -67,9 +68,11 b' In&nbsp;[{{ cell.prompt_number }}]:'
67 68 </div>
68 69 </div>
69 70 </div>
71 </div>
70 72 {%- endblock markdowncell %}
71 73
72 74 {% block headingcell scoped %}
75 <div class="cell border-box-sizing text_cell">
73 76 <div class="input">
74 77 {{ self.empty_in_prompt() }}
75 78 <div class="inner_cell">
@@ -78,6 +81,7 b' In&nbsp;[{{ cell.prompt_number }}]:'
78 81 </div>
79 82 </div>
80 83 </div>
84 </div>
81 85 {% endblock headingcell %}
82 86
83 87 {% block unknowncell scoped %}
General Comments 0
You need to be logged in to leave comments. Login now