* xen wiki css
@ 2008-01-29 23:11 Aron Griffis
0 siblings, 0 replies; only message in thread
From: Aron Griffis @ 2008-01-29 23:11 UTC (permalink / raw)
To: xen-devel
It would be really nice if the Xen Wiki would render
= heading 1 = properly, i.e. large font and proper margins, so that
it's actually more prominent than == heading 2 ==. Presently <h1> is
rendered in a small font, without margins above and below. I *think*
this is due to the following snippet from
http://www.xen.org/css/community_aps_7.css
/* The header styles are prefixed with #xen_content to
override the Bugzilla header styles. */
#xen_content h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #1D3D62;
margin-bottom: -4px;
}
#xen_content h1 {
font-size: 17px;
margin-top: 0px;
}
..and the wiki text itself is in a table cell of:
<td id="xen_content">
At least that's my best guess at the moment... Would somebody with
access to the css (and hopefully a better understanding of the
situation) mind fixing it?
Thanks,
Aron
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-29 23:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 23:11 xen wiki css Aron Griffis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.