1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #3168 from tgerla/doccontent

re-add docs css class required for some theme elements
This commit is contained in:
Michael DeHaan 2013-06-10 11:45:26 -07:00
commit ba21f8e3d3

View file

@ -33,7 +33,7 @@ get_header();
{% block relbar2 %}{% endblock %}
{%- block content %}
<div class="container">
<div class="container doc-content">
<div class="row clear-both">
<!-- BEGIN LEFT-SIDEBAR -->
{% block header %}{{ navBar() }}{% endblock %}