Merge pull request #3168 from tgerla/doccontent
re-add docs css class required for some theme elements
This commit is contained in:
commit
ba21f8e3d3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ get_header();
|
||||||
{% block relbar2 %}{% endblock %}
|
{% block relbar2 %}{% endblock %}
|
||||||
|
|
||||||
{%- block content %}
|
{%- block content %}
|
||||||
<div class="container">
|
<div class="container doc-content">
|
||||||
<div class="row clear-both">
|
<div class="row clear-both">
|
||||||
<!-- BEGIN LEFT-SIDEBAR -->
|
<!-- BEGIN LEFT-SIDEBAR -->
|
||||||
{% block header %}{{ navBar() }}{% endblock %}
|
{% block header %}{{ navBar() }}{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue