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>
|
<#if !noData>
|
||||||
<section id="menupage-intro" class="people" role="region">
|
<section id="menupage-intro" class="people" role="region">
|
||||||
<h3>${page.title}</h3>
|
<h2>${page.title}</h2>
|
||||||
|
|
||||||
<section id="find-by" role="region">
|
<section id="find-by" role="region">
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
|
|
|
@ -879,12 +879,12 @@ p{
|
||||||
width: 920px;
|
width: 920px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
#menupage-intro h3 {
|
#menupage-intro h2 {
|
||||||
font-size: 1.375em;
|
font-size: 1.375em;
|
||||||
color: #064d68;
|
color: #064d68;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#menupage-intro.people h3 {
|
#menupage-intro.people h2 {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#menupage-content.people {
|
#menupage-content.people {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue