Update @ July 7, 2025: If you are having issues with the site (including any PHP errors), please contact us via Facebook. Thank you!

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;

}