.
This seems to be happening to at least one other wiki, which I believe
is also on the "pro" system:
Regards,
Robin
On 26/08/06, Robin Fernandes <robin(a)soal.org> wrote:
Hi,
Maybe it's temporary, but it looks like there was a change to some of
the default styles on
xwiki.com (at least on my wikis, which had been
moved to on the "pro" server). Font suddenly changed to Times New
Roman and there's a gap above the more actions menu making it hard to
use, amongst other things.
In case anyone is having the same problem, adding the following CSS to
the stylesheets.vm template (after the inclusion of the external CSS
files) seems to help:
body {
margin: 0;
padding: 0em;
min-width: 50em;
font-size: 75.01%; /* 12px [1] */
line-height: 1.5em; /* 18px [2] */
background: white;
color: black;
font-family: "Trebuchet MS", "Luxi Sans", "Helvetica",
sans-serif;
}
I'll leave this wiki in a "broken" state for a little while, while I
try to figure out exactly what changed. :)
http://openmpt.xwiki.com/xwiki/bin/view/Main/
Regards,
Robin