Teasers: Since node teaser titles are h2's, maybe the h2's in the teaser body should be sized as h3's. This would waterfall down for the remaining header sizes. This will avoid having an h2 in the teaser body be the same size as the h2 teaser title. Mark approves.
Currently line 164 of typography.css says h3's are font-size:1.33333em; node teaser h2's should be the same.
Comments
Comment #1
aaron stanush commentedLooks like this has already been fixed in
styles.cssComment #3
ceardach commentedTeasers (as seen within "/node") have their h2's sized at 1.58333em, which is the same size as h2's in node view. The h2.node-title, however, is set at 1.33333em (an h3 equivalent) which causes a teaser's h2 to be a larger size than its node's title.
In order to waterfall down the headers within a teaser, an h2 would have to be an h4 equivalent, 1em.
Comment #4
lisarex commentedMoving to the Blue Cheese project.
Comment #5
aaron stanush commentedI think this speaks to the larger issue of "what is the proper hierarchy and use of all header tags on the site?" which is addressed in #427960: Homepage: decide the hierarchy of the header tags
Let's continue the discussion there.