https://bugzilla.wikimedia.org/show_bug.cgi?id=20533





--- Comment #1 from Splarka <[email protected]>  2009-09-08 02:02:32 UTC ---
monobook/main.css has:

 /* emulate center */
 .center {
        width: 100%;
        text-align: center;
 }
 *.center * {
        margin-left: auto;
        margin-right: auto;
 }

simple/main.css only has:

 div.center {
   text-align: center;
 }

The second bit is needed for this behavior.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to