MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
also inherit that parent's font-size in wikitables, instead of shrinking the font
disable WMAU-related changes
 
(2 intermediate revisions by the same user not shown)
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. */
/* Disabling until WMAU is the default skin:
table.wikitable {
table.wikitable {
   margin: inherit;
   margin: inherit;
   font-size: inherit;
   font-size: inherit;
}
}
.toc .tocnumber {
  display: inherit;
}
body {
  font-size: 16px;
}
*/