Adjusted layout
This commit is contained in:
BIN
.spyderproject
BIN
.spyderproject
Binary file not shown.
@@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row my-fluid-container">
|
<div class="row my-fluid-container">
|
||||||
<div class="col-sm-4 col-md-2">
|
<div class="col-sm-3">
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% include "three_d_viewer/sampletree.html" %}
|
{% include "three_d_viewer/sampletree.html" %}
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contentdiv" class="col-sm-8 col-md-10" style="border:1px solid black" height="100%">
|
<div id="contentdiv" class="col-sm-9" style="border:1px solid black" height="100%">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>Put some intro text sort of stuff here</p>
|
<p>Put some intro text sort of stuff here</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user