use <nav> and <main>

This commit is contained in:
Milan
2018-10-05 00:30:43 +02:00
parent 7c4580a0e0
commit 39ac0d4581
10 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,3 @@
body{
background:#666;
}
#content{
margin-top:3em;

View File

@@ -58,7 +58,7 @@
</div>
</div>
</main>
</body>
</html>

View File

@@ -173,7 +173,7 @@ found <TMPL_VAR sum_events> unassigned events for project <b><TMPL_VAR project_n
</div>
</div>
</div>
</main>
</body>
</html>

View File

@@ -552,8 +552,7 @@
<div id="selectImage"></div>
</div>
<!--</aTMPL_IF>-->
</main>
</body>
</html>

View File

@@ -621,7 +621,7 @@
<div id="selectImage"></div>
<div class="label right"><TMPL_VAR .loc.modified> <TMPL_VAR .loc.at> <TMPL_VAR modified_at> <TMPL_VAR .loc.by> <TMPL_VAR modified_by>.</div>
</div>
</main>
</body>
</html>

View File

@@ -131,8 +131,8 @@
</div>
</TMPL_IF>
<!-- content -->
</div>
</main>
</body>
</html>

View File

@@ -89,6 +89,7 @@ found no image
</TMPL_IF>
</TMPL_LOOP>
</main>
</body>
</html>

View File

@@ -179,5 +179,6 @@
<div id="selectImage"> </div>
</main>
</body>
</html>

View File

@@ -63,5 +63,6 @@ var region='<TMPL_VAR loc.region>';
</div>
</main>
</body>
</html>

View File

@@ -99,7 +99,6 @@
</TMPL_LOOP>
</div>
</div>
</center>
</main>
</body>
</html>