Update @ July 21, 2024: Generasia has now been updated to the latest version of the wiki software!
You can now "Thank" others for their contributions, set up email and two-factor authentication, and more!

MediaWiki:Mobile.css/Main Page: Difference between revisions

From generasia
(Created page with "→‎CSS placed here will affect users of the mobile site: #mp_header .mp_header_left, #mp_header .mp_header_right { display: block; }")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


#mp_header .mp_header_left, #mp_header .mp_header_right {
.mp_header .mp_header_left, .mp_header .mp_header_right {
   display: block;
   display: block;
}
}

Revision as of 14:47, 18 September 2017

/* CSS placed here will affect users of the mobile site */

.mp_header .mp_header_left, .mp_header .mp_header_right {

 display: block;

}