nightowl: Detail of "Boreas" by J.W. Waterhouse.  (Default)
彌生 ([personal profile] nightowl) wrote in [community profile] style_system2009-07-24 03:01 pm

Subtitles in Transmogrified

Hi all,

Does anyone know how to get the Transmogrified theme to display the journal subtitle? I've been looking and looking for CSS that would do this, since I figured it'd be relatively simple, but apparently not? I would appreciate any help that is offered. Thanks so much!
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2009-07-24 07:44 pm (UTC)(link)
Also--the weirdest thing is Transmogrified has CSS styling for h2 in the #header, but it doesn't appear. I'm wondering if we can't just add it in to the base style itself.
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2009-07-24 07:50 pm (UTC)(link)
That is weird. It must have been meant to be included at some point. If the print_global_subtitle is added to the Transmogrified layout layer, the styling should just take effect, then. That's good!
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2009-07-24 07:53 pm (UTC)(link)
Yeah, the styling is there:

	#header h2 {
		padding: 0 20px 20px 20px;
	}


A bit more padding than I like, but it's very much useless if the subtitle is never printed! I could make a patch for this insanely easily and maybe [personal profile] afuna could review and check it in and it'd go out next code push.