Changed h3 headers to h2 in menupages, so they are consistent with h2 in home page.

This commit is contained in:
mb863 2011-02-09 20:13:14 +00:00
parent 98a6f81ef7
commit dbb222f655
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
width: 100%;
margin: 1em auto;
}
#menupage-intro h3 {
#menupage-intro h2 {
padding: 0 25px 20px 0;
}
#menupage-content {
@ -59,7 +59,7 @@ ul#vgraph-classes a {
/* FIND BY ------> */
#find-by {
float: right;
margin: 0 1.1em 1em 0;
margin: 0 1.1em 1.5em 0;
padding: 8px 8px 3px 5px;
}
#find-by h3 {

View file

@ -4,7 +4,7 @@
<#if !noData>
<section id="menupage-intro" role="region">
<h3>${page.title}</h3>
<h2>${page.title}</h2>
</section>
<#include "menupage-browse.ftl">