Active
Project:
Genesis
Version:
7.x-2.x-dev
Component:
Genesis SUBTHEME
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2011 at 02:16 UTC
Updated:
8 Jun 2011 at 19:02 UTC
This is kind of minor, but I wanted to reposition and resize the #site-name, and encountered this CSS in page.css:
/* h1 is for the front page only, all others use the div. */
#branding h1 {
font-size: 1em; /* reset h1, do not change! */
}
Uh, so why shouldn't I change this font-size? I don't seem to be able to change the font-size elsewhere in the #site-name-related CSS.
Comments
Comment #1
Jeff Burnz commentedOuch, its legacy CSS from the 7.x-1.x (XHTML) version - this can actually be removed and use #site-name id to set the font size.
I'm going to do this also.