Changed h3 headers to h2 in menupages, so they are consistent with h2 in home page.
This commit is contained in:
parent
70ede78743
commit
7cca04ef46
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<#if !noData>
|
||||
<section id="menupage-intro" class="people" role="region">
|
||||
<h3>${page.title}</h3>
|
||||
<h2>${page.title}</h2>
|
||||
|
||||
<section id="find-by" role="region">
|
||||
<nav role="navigation">
|
||||
|
|
|
@ -879,12 +879,12 @@ p{
|
|||
width: 920px;
|
||||
background: #fff;
|
||||
}
|
||||
#menupage-intro h3 {
|
||||
#menupage-intro h2 {
|
||||
font-size: 1.375em;
|
||||
color: #064d68;
|
||||
font-weight: normal;
|
||||
}
|
||||
#menupage-intro.people h3 {
|
||||
#menupage-intro.people h2 {
|
||||
float: left;
|
||||
}
|
||||
#menupage-content.people {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue