From 8dfc4bc616d7f303b31c98d165193abc7a31967e Mon Sep 17 00:00:00 2001 From: Ben Schwartz Date: Sun, 25 May 2008 15:17:45 +0000 Subject: Try modified stylesheet for better appearance --- diff --git a/static/monobook.css b/static/monobook.css index 3b0149a..91be270 100644 --- a/static/monobook.css +++ b/static/monobook.css @@ -39,11 +39,14 @@ ** http://style.cleverchimp.com/font_size_intervals/altintervals.html */ +/*FIXME: This body section has been hacked to look right with mwlib. +A better solution is to fix mwlib to use the rest of the styles +in this stylesheet*/ body { - font: x-small sans-serif; - background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; + font: small sans-serif; + background: #ffffff 0 0 no-repeat; color: black; - margin: 0; + margin: 1em; padding: 0; } -- cgit v0.9.1