From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aron Griffis Subject: xen wiki css Date: Tue, 29 Jan 2008 18:11:11 -0500 Message-ID: <20080129231110.GE3836@fc.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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

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: 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