Added spacing to allow has-rightbar and has-footer classes to work
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{{>searchbar}}
|
{{>searchbar}}
|
||||||
</div>
|
</div>
|
||||||
<div id="wiki-content">
|
<div id="wiki-content">
|
||||||
<div class="wrap{{#has_footer}} has-footer{{/has_footer}}{{#has_sidebar}} has-rightbar{{/has_sidebar}}">
|
<div class="wrap {{#has_footer}} has-footer {{/has_footer}} {{#has_sidebar}} has-rightbar{{/has_sidebar}}">
|
||||||
<div id="wiki-body" class="gollum-{{format}}-content">
|
<div id="wiki-body" class="gollum-{{format}}-content">
|
||||||
<div id="template">
|
<div id="template">
|
||||||
{{{content}}}
|
{{{content}}}
|
||||||
|
|||||||
Reference in New Issue
Block a user