1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 03:47:09 +00:00

[group wiki] fix UI

This commit is contained in:
llj
2016-09-24 15:53:53 +08:00
parent d629e24369
commit eb7312904b

View File

@@ -5,7 +5,7 @@
{% block sub_title %}{{group.group_name}} - {% endblock %}
{% block main_content %}
<div class="row">
<div class="side-tabnav side-nav col-md-3">
{% block left_panel %}
<div class="hd w100 ovhd">
@@ -19,5 +19,6 @@
<div id="right-panel" class="col-md-9 col-md-offset-3">
{% block right_panel %}{% endblock %}
</div>
</div>
{% endblock %}