Il giorno sabato 8 febbraio 2014 13:49:35 UTC+1, Federico Bruni ha scritto:
>
> I've just realized that I'd better change bootsrap.css
> I'm reading this page:
> http://getbootstrap.com/examples/grid/
>
>
Yes, sorry for the noise (again).
I changed base.html to use columns 2 and 10 of bootstrap and now I get what 
I want:

<div class="container">
<div class="row">

<div class="col-md-2 left">
    {% block left_panel %}
    <div class="panel panel-default tree">{% page_menu 
"pages/menus/tree.html" %}</div>
    {% endblock %}
</div>

<div class="col-md-10 middle">
    {% block main %}{% endblock %}
</div>

</div>
</div>
 

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to