Adjusted layout

This commit is contained in:
2013-11-29 20:33:27 +10:00
parent 36b9a87c1e
commit b06afd90b0
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -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 %}