MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
adjust vertical alignment of District icons in the Neighborhood infobox
don't center wikitables
Line 37: Line 37:
   width: 90%;
   width: 90%;
   margin-left: 5%;
   margin-left: 5%;
}
/* WMAU hardcodes centered (margin: auto) wikitables, which we don't like the look of. */
/* Also, there apparently isn't a WMAU.css to put this in. */
table.wikitable {
  margin: inherit;
}
}