[ADD] <main> tag around content for easy replacing, and CSS changes to maintain current UI

bzr revid: mmu@openerp.com-20131216160654-s75kx9xr2yutq5fg
This commit is contained in:
Max Mumford 2013-12-16 17:06:54 +01:00
parent 98c4e6b3d4
commit 3aaa0c10fe
3 changed files with 5 additions and 3 deletions

View File

@ -203,7 +203,7 @@ html, body, #wrapwrap {
width: 100%; width: 100%;
} }
header, #wrap, footer { header, main, footer {
display: table-row; display: table-row;
} }

View File

@ -127,7 +127,7 @@ html,body, #wrapwrap
display: table display: table
width: 100% width: 100%
header, #wrap, footer header, main, footer
display: table-row display: table-row
footer footer

View File

@ -114,7 +114,9 @@
</div> </div>
</div> </div>
</header> </header>
<t t-raw="0"/> <main>
<t t-raw="0"/>
</main>
<footer> <footer>
<div class="container" id="footer_container"> <div class="container" id="footer_container">
<div class="row"> <div class="row">