MediaWiki:Common.css: Difference between revisions

wide tables
(still trying to fix white space)
(wide tables)
Tag: Reverted
Line 9: Line 9:
}
}


/*Prevent wide tables from overflowing off the page*/
table {
  max-width: 100%;
  overflow-x: auto;
}


/*Completely stolen from en.wikipedia.org*/
/*Completely stolen from en.wikipedia.org*/