NIHVIVO-556: Making name selectors and markup consistent (using dash in between words VS camel notation), adding more aria roles, shortening selector names, just continuing cleaning markup for templates and optimizing css files.
This commit is contained in:
parent
534face143
commit
da905d48c2
7 changed files with 109 additions and 115 deletions
|
@ -25,14 +25,14 @@ ${stylesheets.addFromTheme("/css/screen.css")}
|
|||
|
||||
<hr class="hidden" />
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="contentwrap">
|
||||
<#if flash?has_content>
|
||||
<div id="flash-message">
|
||||
<section id="flash-message" role="alert">
|
||||
${flash}
|
||||
</div>
|
||||
</#if>
|
||||
</section>
|
||||
</#if>
|
||||
|
||||
<div id="content">
|
||||
<div id="content">
|
||||
${body}
|
||||
</div> <!-- content -->
|
||||
</div> <!-- contentwrap -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue