Mabinogi World Wiki is brought to you by Coty C., 808idiotz, our other patrons, and contributors like you!!
Want to make the wiki better? Contribute towards getting larger projects done on our Patreon!

Request Edit

Request Edit

Edited by author.
Last edit: 18:45, 2 December 2010

Nevermind I don't even think this matters anymore. Read below.

κєνıи тαıĸ«)18:41, 2 December 2010

Also revert Kotarou's latest request for

.center, .center * { width: auto; }

It's conflicting with style tags that align things to the left/right.

κєνıи тαıĸ«)18:44, 2 December 2010
 

Why would that one conflict? All it does is reverts what is in Vector.css that makes everything with the center class have 100% width. In Monobook.css, IJ removed it directly, but he doesn't seem to be responding for this one, so I just did an indirect removal

~Д TALKCONTRIBS 18:01, 2 December 2010 (PST)

<span id="mouseover-custom-anch
19:01, 2 December 2010
 

Here's something to try: Move

.center, .center * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

To the 2nd line of the page or remove the text-align: center; from it

~Д TALKCONTRIBS 18:06, 2 December 2010 (PST)

<span id="mouseover-custom-anch
19:06, 2 December 2010
 

Okay, that didn't work. Something I tested:
Change

.center, .center * { width: auto; }
.center, .center * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

to

.center, .center * {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

~Д TALKCONTRIBS 22:05, 2 December 2010 (PST)

<span id="mouseover-custom-anch
23:05, 2 December 2010