docs update
This commit is contained in:
parent
c0fb0472ef
commit
2cdb778905
2 changed files with 7 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
|
@ -298,7 +298,11 @@ Full-Width Styles
|
|||
*******************************************************************************/
|
||||
|
||||
.outer {
|
||||
width:800px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.preinner {
|
||||
width: 800px;
|
||||
}
|
||||
|
||||
.inner {
|
||||
|
|
Loading…
Add table
Reference in a new issue