docs update

This commit is contained in:
Jan Kaluza 2013-03-12 13:04:41 +01:00
parent c0fb0472ef
commit 2cdb778905
2 changed files with 7 additions and 1 deletions

View file

@ -38,9 +38,11 @@
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<div class="preinner">
<section id="main_content" class="inner">
{{ content }}
</section>
</div>
</div>
<!-- FOOTER -->

View file

@ -298,7 +298,11 @@ Full-Width Styles
*******************************************************************************/
.outer {
width:800px;
width: 100%;
}
.preinner {
width: 800px;
}
.inner {