MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
WMAU: enable numbering in ToC, since we sometimes verbally refer to them by number
disable WMAU-related changes
 
(One intermediate revision by the same user not shown)
Line 41: Line 41:
/* WMAU hardcodes some things 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;
Line 46: Line 47:
}
}
.toc .tocnumber {
.toc .tocnumber {
   display:inherit
   display: inherit;
}
}
body {
  font-size: 16px;
}
*/