မာတိကာသို့ ခုန်သွားရန်

တမ်းပလေက်:If mobile/styles.css

အဝ်ႏ ဝီခီပီးဒီးယား ကို
.ifmobile > .mobile:nth-child(2n) {
    display: none;
}

 /* Force nomobile element to display when present. Overrides skin-based css
    for hiding the nomobile class, e.g. Timeless skin with screen size less
    than 850px. */
.ifmobile > .nomobile {
	display:initial;
}