Add main body layout markup

This commit is contained in:
perryharlock
2013-09-16 15:47:08 +01:00
parent 143f20dd05
commit 29ce78df3e

View File

@@ -14,8 +14,8 @@
<!-- For mobile devices. -->
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="css/site.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/site.css"/>
</head>
<!--[if IE 7]><body class="ie7"><![endif]-->
@@ -27,7 +27,16 @@
{{> header}}
{{{body}}}
<div class="container">
<div class="row">
<section>
<div class="section">
{{{body}}}
</div>
</section>
</div>
</div>
{{> footer}}