From: Aron Griffis <aron@hp.com>
To: xen-devel@lists.xensource.com
Subject: xen wiki css
Date: Tue, 29 Jan 2008 18:11:11 -0500 [thread overview]
Message-ID: <20080129231110.GE3836@fc.hp.com> (raw)
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
reply other threads:[~2008-01-29 23:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080129231110.GE3836@fc.hp.com \
--to=aron@hp.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.