MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
also inherit that parent's font-size in wikitables, instead of shrinking the font
WMAU: enable numbering in ToC, since we sometimes verbally refer to them by number
Line 39: Line 39:
}
}


/* WMAU hardcodes a couple things about wikitables which we don't like the look of. */
/* WMAU hardcodes some things 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;
   font-size: inherit;
}
.toc .tocnumber {
  display:inherit
}
}