MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
don't center wikitables
also inherit that parent's font-size in wikitables, instead of shrinking the font
Line 39: Line 39:
}
}


/* WMAU hardcodes centered (margin: auto) wikitables, which we don't like the look of. */
/* WMAU hardcodes a couple things about wikitables which we don't like the look of. */
/* Also, there apparently isn't a WMAU.css to put this in. */
/* Also, there apparently isn't a WMAU.css to put this in. */
table.wikitable {
table.wikitable {
   margin: inherit;
   margin: inherit;
  font-size: inherit;
}
}