MediaWiki:Mobile.css: Difference between revisions

Undo revision 7608 by Prince of asia (talk)
No edit summary
(Undo revision 7608 by Prince of asia (talk))
Tag: Undo
 
(10 intermediate revisions by the same user not shown)
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 */


/*No longer use this, we use Extension:MobileDetect instead*/
/* Important: do not display certain things on Mobile*/
/* Important: do not display certain things on Mobile*/
.nomobile {
.nomobile {
Line 10: Line 11:
body.page-Main_Page.ns-subject h1.firstHeading {
body.page-Main_Page.ns-subject h1.firstHeading {
   display: none;
   display: none;
}
/** INFOBOXES **/
.infobox th {
  text-align: center;
 
}
}