MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
don't center wikitables
disable WMAU-related changes
 
(3 intermediate revisions by the same user not shown)
Line 39: Line 39:
}
}


/* WMAU hardcodes centered (margin: auto) 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;
}
}
.toc .tocnumber {
  display: inherit;
}
body {
  font-size: 16px;
}
*/