Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Schwartz <bmschwar@fas.harvard.edu>2008-05-25 15:17:45 (GMT)
committer Ben Schwartz <bmschwar@fas.harvard.edu>2008-05-25 15:17:45 (GMT)
commit8dfc4bc616d7f303b31c98d165193abc7a31967e (patch)
treecf9fa159eb1b9ef4aedbed11c3993db1185f8cb3
parent77e1ab75cf430861345d1393f3cdeb21d7200f4f (diff)
Try modified stylesheet for better appearance
-rw-r--r--static/monobook.css9
1 files changed, 6 insertions, 3 deletions
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;
}