Skip to content
Snippets Groups Projects
Commit 17367497 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use <main> as main container

parent 04b34c98
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,6 @@ body {
}
/* global */
#content {
margin: 0;
padding: 2rem 1rem;
}
button, .button {
background: #214BB5;
border: 2px solid #214BB5;
......
......@@ -33,7 +33,7 @@
<h1>[% app.name %]</h1>
</header>
<div id="content">
<main>
[% IF errors %]
<div class="ui-widget">
......@@ -50,10 +50,10 @@
[% PROCESS 'content.tt2.html' %]
[% END %]
</div>
</main>
<footer>
<p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contact us</a></p>
<p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contact us</a></p>
</footer>
<script src="foundation/js/vendor/what-input.js"></script>
......
......@@ -33,7 +33,7 @@
<h1>[% app.name %]</h1>
</header>
<div id="content">
<main>
[% IF errors %]
<div class="ui-widget">
......@@ -50,10 +50,10 @@
[% PROCESS 'content.tt2.html' %]
[% END %]
</div>
</main>
<footer>
<p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></p>
<p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></p>
</footer>
<script src="foundation/js/vendor/what-input.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment