MediaWiki:Mobile.css: Difference between revisions

no edit summary
(Created page with "→‎All CSS here will be loaded for users of the mobile site: table .wikitable { width: 100%; }")
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


table .wikitable {
table {
 
  width: 100%;
width: 100%;
 
}
}